summaryrefslogtreecommitdiffstats
path: root/framework/domain/accountsmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 11:52:43 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 11:52:43 +0200
commitff132591078b8cab1008ec086cc10a5396f238f3 (patch)
tree74f725d65ba6ab981620aadd98445e009eaabc01 /framework/domain/accountsmodel.h
parente5dfbf1d8121a5b50ffd13b8c2f8d8ad7e3cf270 (diff)
downloadkube-ff132591078b8cab1008ec086cc10a5396f238f3.tar.gz
kube-ff132591078b8cab1008ec086cc10a5396f238f3.zip
Show the account status
Diffstat (limited to 'framework/domain/accountsmodel.h')
-rw-r--r--framework/domain/accountsmodel.h5
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