summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r--framework/domain/maillistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h
index dbb24a4d..8c2609e0 100644
--- a/framework/domain/maillistmodel.h
+++ b/framework/domain/maillistmodel.h
@@ -72,4 +72,5 @@ public:
72private: 72private:
73 QSharedPointer<QAbstractItemModel> m_model; 73 QSharedPointer<QAbstractItemModel> m_model;
74 bool mFetchMails = false; 74 bool mFetchMails = false;
75 QByteArray mCurrentQueryItem;
75}; 76};