feat(xml-logs): finish tests

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2025-04-18 15:22:39 -07:00
parent bfdc77665d
commit 21570a03fb
No known key found for this signature in database
GPG key ID: E10E321EB160949B
15 changed files with 2006 additions and 91 deletions

View file

@ -31,6 +31,8 @@ class LogModel : public QAbstractListModel {
void setColorLines(bool state);
bool colorLines() const;
MessageLevel::Enum previousLevel();
enum Roles { LevelRole = Qt::UserRole };
private /* types */: