diff options
Diffstat (limited to 'framework/domain/accountsmodel.h')
-rw-r--r-- | framework/domain/accountsmodel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/domain/accountsmodel.h b/framework/domain/accountsmodel.h index 9180bc09..e3c08cd4 100644 --- a/framework/domain/accountsmodel.h +++ b/framework/domain/accountsmodel.h | |||
@@ -41,7 +41,10 @@ public: | |||
41 | enum Roles { | 41 | enum Roles { |
42 | Name = Qt::UserRole + 1, | 42 | Name = Qt::UserRole + 1, |
43 | Icon, | 43 | Icon, |
44 | AccountId | 44 | AccountId, |
45 | Status, | ||
46 | StatusIcon, | ||
47 | ShowStatus | ||
45 | }; | 48 | }; |
46 | Q_ENUMS(Roles) | 49 | Q_ENUMS(Roles) |
47 | 50 | ||