summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-11 18:29:29 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-11 18:29:29 +0100
commit15bd498b82d20124877fb2ec80aef21baa40c1a3 (patch)
tree4f3a3d3ec521467a11548cf306f03957e635a6c2 /framework/domain/maillistmodel.h
parent9f548500214925cd0075fd2434afd116618d7196 (diff)
downloadkube-15bd498b82d20124877fb2ec80aef21baa40c1a3.tar.gz
kube-15bd498b82d20124877fb2ec80aef21baa40c1a3.zip
Avoid needless requerying
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};