Fix a bunch of clazy warnings

This commit is contained in:
Carl Schwan
2020-11-03 13:32:59 +01:00
parent a4477d5211
commit 8b3f89cf2e
10 changed files with 49 additions and 40 deletions

View File

@@ -25,7 +25,7 @@ public:
Member,
Muted,
};
Q_ENUMS(Types)
Q_ENUM(Types)
};
class UserListModel : public QAbstractListModel