From 9f548500214925cd0075fd2434afd116618d7196 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 8 Feb 2017 23:40:49 +0100 Subject: Fetch the mail when trying to access the content. That way we can try to only fetch the content for messages that are actually shown. --- framework/domain/maillistmodel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/domain/maillistmodel.h') diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h index faed9edf..dbb24a4d 100644 --- a/framework/domain/maillistmodel.h +++ b/framework/domain/maillistmodel.h @@ -68,8 +68,6 @@ public: void setMail(const QVariant &mail); QVariant mail() const; -private slots: - void onRowsInserted(const QModelIndex &idx, int, int); private: QSharedPointer m_model; -- cgit v1.2.3