summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/maillistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/maillistmodel.h')
-rw-r--r--framework/src/domain/maillistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/maillistmodel.h b/framework/src/domain/maillistmodel.h
index ce0399f7..27e8d036 100644
--- a/framework/src/domain/maillistmodel.h
+++ b/framework/src/domain/maillistmodel.h
@@ -107,4 +107,5 @@ private:
107 QSet<QByteArray> mFetchedMails; 107 QSet<QByteArray> mFetchedMails;
108 QByteArray mCurrentQueryItem; 108 QByteArray mCurrentQueryItem;
109 bool mIsThreaded = true; 109 bool mIsThreaded = true;
110 Sink::Query mQuery;
110}; 111};