diff options
Diffstat (limited to 'framework/src/domain/maillistmodel.h')
-rw-r--r-- | framework/src/domain/maillistmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/domain/maillistmodel.h b/framework/src/domain/maillistmodel.h index 4af13dbd..052e4541 100644 --- a/framework/src/domain/maillistmodel.h +++ b/framework/src/domain/maillistmodel.h | |||
@@ -31,6 +31,7 @@ class KUBE_EXPORT MailListModel : public QSortFilterProxyModel | |||
31 | Q_OBJECT | 31 | Q_OBJECT |
32 | Q_PROPERTY (QVariant parentFolder READ parentFolder WRITE setParentFolder) | 32 | Q_PROPERTY (QVariant parentFolder READ parentFolder WRITE setParentFolder) |
33 | Q_PROPERTY (QVariant mail READ mail WRITE setMail) | 33 | Q_PROPERTY (QVariant mail READ mail WRITE setMail) |
34 | Q_PROPERTY (QVariant singleMail READ singleMail WRITE setSingleMail) | ||
34 | Q_PROPERTY (bool showDrafts READ showDrafts WRITE setShowDrafts) | 35 | Q_PROPERTY (bool showDrafts READ showDrafts WRITE setShowDrafts) |
35 | Q_PROPERTY (bool showInbox READ showInbox WRITE setShowInbox) | 36 | Q_PROPERTY (bool showInbox READ showInbox WRITE setShowInbox) |
36 | Q_PROPERTY (QString entityId READ entityId WRITE setEntityId) | 37 | Q_PROPERTY (QString entityId READ entityId WRITE setEntityId) |
@@ -85,6 +86,9 @@ public: | |||
85 | void setMail(const QVariant &mail); | 86 | void setMail(const QVariant &mail); |
86 | QVariant mail() const; | 87 | QVariant mail() const; |
87 | 88 | ||
89 | void setSingleMail(const QVariant &mail); | ||
90 | QVariant singleMail() const; | ||
91 | |||
88 | void setFilter(const QString &mail); | 92 | void setFilter(const QString &mail); |
89 | QString filter() const; | 93 | QString filter() const; |
90 | 94 | ||