summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/accounts/accountsmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/accounts/accountsmodel.h b/framework/accounts/accountsmodel.h
index a32e2c79..2c82a8b9 100644
--- a/framework/accounts/accountsmodel.h
+++ b/framework/accounts/accountsmodel.h
@@ -38,7 +38,8 @@ public:
38 OfflineStatus, 38 OfflineStatus,
39 ConnectedStatus, 39 ConnectedStatus,
40 BusyStatus, 40 BusyStatus,
41 ErrorStatus 41 ErrorStatus,
42 NoStatus
42 }; 43 };
43 Q_ENUMS(Status) 44 Q_ENUMS(Status)
44 45