feat(xml-logs): finish tests
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
bfdc77665d
commit
21570a03fb
15 changed files with 2006 additions and 91 deletions
|
@ -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 */:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue