summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-24 10:50:28 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-24 10:50:28 +0100
commitc607a01b6931604baffef846dccad38f7a71a192 (patch)
tree3d29fc49740068c5c66f5da95aea11d884e5a30e /framework/domain/maillistmodel.h
parent1bafda42888c37b47bdd5d18118bf3e6912f0f82 (diff)
parent07b55e8e8b21873eeb5b39f1306f6665b1630c46 (diff)
downloadkube-c607a01b6931604baffef846dccad38f7a71a192.tar.gz
kube-c607a01b6931604baffef846dccad38f7a71a192.zip
Merge branch 'dev/imapsync' into develop
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r--framework/domain/maillistmodel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h
index 71a0a6df..faed9edf 100644
--- a/framework/domain/maillistmodel.h
+++ b/framework/domain/maillistmodel.h
@@ -68,6 +68,10 @@ public:
68 68
69 void setMail(const QVariant &mail); 69 void setMail(const QVariant &mail);
70 QVariant mail() const; 70 QVariant mail() const;
71private slots:
72 void onRowsInserted(const QModelIndex &idx, int, int);
73
71private: 74private:
72 QSharedPointer<QAbstractItemModel> m_model; 75 QSharedPointer<QAbstractItemModel> m_model;
76 bool mFetchMails = false;
73}; 77};