summary refs log tree commit diff
path: root/src/MemberList.h
diff options
context:
space:
mode:
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; };