From 7129af7b55dd13c8caa359f7cda9642bfab533b4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 11 Jan 2017 14:58:20 +0100 Subject: Fetch incomplete mails automatically. --- framework/domain/maillistmodel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/domain/maillistmodel.h') 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: void setMail(const QVariant &mail); QVariant mail() const; +private slots: + void onRowsInserted(const QModelIndex &idx, int, int); + private: QSharedPointer m_model; + bool mFetchMails = false; }; -- cgit v1.2.3