summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-27 10:56:28 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-27 10:56:28 +0200
commit5a5a8c11ed1b1a90452c4f7ed36650be36fbaa2c (patch)
treef347564b27e87ef69f8f9b64be2022c8174f0e80 /framework/domain/maillistmodel.h
parent994a621c59435f455593bdd971a3805f5b151f00 (diff)
downloadkube-5a5a8c11ed1b1a90452c4f7ed36650be36fbaa2c.tar.gz
kube-5a5a8c11ed1b1a90452c4f7ed36650be36fbaa2c.zip
Filter on all things visible
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r--framework/domain/maillistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h
index 8e22da60..44347661 100644
--- a/framework/domain/maillistmodel.h
+++ b/framework/domain/maillistmodel.h
@@ -47,6 +47,7 @@ public:
47 QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE; 47 QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE;
48 48
49 bool lessThan(const QModelIndex &left, const QModelIndex &right) const Q_DECL_OVERRIDE; 49 bool lessThan(const QModelIndex &left, const QModelIndex &right) const Q_DECL_OVERRIDE;
50 bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const Q_DECL_OVERRIDE;
50 51
51 enum Roles { 52 enum Roles {
52 Subject = Qt::UserRole + 1, 53 Subject = Qt::UserRole + 1,