From 96b5733f0c02b00679117bc95850ab8242e43eec Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 7 Mar 2017 14:58:30 +0100 Subject: Sink merges the sync requests now. --- framework/domain/maillistmodel.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'framework/domain/maillistmodel.h') diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h index 1fd0ef5e..96cf98f2 100644 --- a/framework/domain/maillistmodel.h +++ b/framework/domain/maillistmodel.h @@ -25,7 +25,6 @@ #include #include #include -#include class MailListModel : public QSortFilterProxyModel { @@ -70,16 +69,11 @@ public: void setMail(const QVariant &mail); QVariant mail() const; -private slots: - void fetch(); - private: void fetchMail(Sink::ApplicationDomain::Mail::Ptr mail); QSharedPointer m_model; bool mFetchMails = false; QSet mFetchedMails; - QList mMailsToFetch; QByteArray mCurrentQueryItem; - QTimer mFetchTimer; }; -- cgit v1.2.3