summaryrefslogtreecommitdiffstats
path: root/src/MemberList.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@ymail.com>2022-04-23 14:53:36 +0200
committerNicolas Werner <nicolas.werner@ymail.com>2022-04-23 14:53:36 +0200
commiteeb48749aee3676fdbcbfba243ae9fcacff55779 (patch)
tree6925b34ea2c830083033321a34820fab2e0003c0 /src/MemberList.h
parent8c66945be9c37f0afa6879fecb884abef05f6aaf (diff)
Fix filtering without using regex
Diffstat (limited to 'src/MemberList.h')
-rw-r--r--src/MemberList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MemberList.h b/src/MemberList.h
index 2f90e5e8..1fbccc63 100644
--- a/src/MemberList.h
+++ b/src/MemberList.h
@@ -122,5 +122,6 @@ protected:
bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override;
private:
+ QString filterString;
MemberListBackend m_model;
};