From ff132591078b8cab1008ec086cc10a5396f238f3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 11 Jul 2016 11:52:43 +0200 Subject: Show the account status --- framework/domain/accountsmodel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/domain/accountsmodel.h') 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: enum Roles { Name = Qt::UserRole + 1, Icon, - AccountId + AccountId, + Status, + StatusIcon, + ShowStatus }; Q_ENUMS(Roles) -- cgit v1.2.3