From 8f9175f4e4124875d45bc05d7f7a69311b746985 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 30 Mar 2017 11:26:44 +0200 Subject: add missing NoStatus enum --- framework/accounts/accountsmodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/accounts/accountsmodel.h') 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: OfflineStatus, ConnectedStatus, BusyStatus, - ErrorStatus + ErrorStatus, + NoStatus }; Q_ENUMS(Status) -- cgit v1.2.3