diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-11 16:19:01 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-11 16:19:01 +0200 |
commit | 7d6ec8866c90918be94364e52bbdd4f3e53da915 (patch) | |
tree | 007cc6ded7358a7dcdf8a5a87202bb5378f60d93 /framework/domain/maillistmodel.h | |
parent | 1974c19eadd497e355ac985a00d0571f3e6c7712 (diff) | |
parent | fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93 (diff) | |
download | kube-7d6ec8866c90918be94364e52bbdd4f3e53da915.tar.gz kube-7d6ec8866c90918be94364e52bbdd4f3e53da915.zip |
Merge branch 'develop' into dev/mimetreeinterface
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r-- | framework/domain/maillistmodel.h | 5 |
1 files changed, 3 insertions, 2 deletions
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: | |||
50 | Draft, | 50 | Draft, |
51 | Id, | 51 | Id, |
52 | MimeMessage, | 52 | MimeMessage, |
53 | DomainObject | 53 | DomainObject, |
54 | ThreadSize | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | QHash<int, QByteArray> roleNames() const; | 57 | QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; |
57 | 58 | ||
58 | void runQuery(const Sink::Query &query); | 59 | void runQuery(const Sink::Query &query); |
59 | 60 | ||