chore: reformat

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-08-23 13:46:23 +02:00
parent 095de5ed4b
commit 85c23b26de
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
6 changed files with 12 additions and 42 deletions

View file

@ -30,7 +30,7 @@ class LogModel : public QAbstractListModel {
enum Roles { LevelRole = Qt::UserRole };
private /* types */:
private /* types */:
struct entry {
MessageLevel::Enum level;
QString line;