diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-30 11:26:44 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-30 11:26:44 +0200 |
commit | 8f9175f4e4124875d45bc05d7f7a69311b746985 (patch) | |
tree | 96290cb991c85fc2573bca2cd4469c2e0aa0d5f6 | |
parent | 9f9c125ee8ae1bd7df352bc4e3249351c96d2073 (diff) | |
download | kube-8f9175f4e4124875d45bc05d7f7a69311b746985.tar.gz kube-8f9175f4e4124875d45bc05d7f7a69311b746985.zip |
add missing NoStatus enum
-rw-r--r-- | framework/accounts/accountsmodel.h | 3 |
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 | ||