From 9f89215be2612dbf54ad50c42565c310e3f4099c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 10 Oct 2016 15:50:37 +0200 Subject: Query for threads --- framework/domain/maillistmodel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/domain/maillistmodel.h') diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h index 13662a17..a7cb5d84 100644 --- a/framework/domain/maillistmodel.h +++ b/framework/domain/maillistmodel.h @@ -50,10 +50,11 @@ public: Draft, Id, MimeMessage, - DomainObject + DomainObject, + ThreadSize }; - QHash roleNames() const; + QHash roleNames() const Q_DECL_OVERRIDE; void runQuery(const Sink::Query &query); -- cgit v1.2.3