Update cipt parsing (#5712)

* refactor

* move thing out

* write unit tests

* get thing to work

* optimization?

* fix build failure
This commit is contained in:
RickyRister 2025-03-14 18:44:13 -07:00 committed by GitHub
parent 068465143b
commit 3a11ccb854
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 305 additions and 3 deletions

View file

@ -0,0 +1,8 @@
#ifndef PARSEHELPERS_H
#define PARSEHELPERS_H
#include <QString>
bool parseCipt(const QString &name, const QString &text);
#endif // PARSEHELPERS_H