summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/MUCSearch/QtMUCSearchWindow.h')
-rw-r--r--Swift/QtUI/MUCSearch/QtMUCSearchWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
index b115e6f..6f38533 100644
--- a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
+++ b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
@@ -10,6 +10,8 @@
#include <Swift/QtUI/MUCSearch/ui_QtMUCSearchWindow.h>
+class QSortFilterProxyModel;
+
namespace Swift {
class MUCSearchModel;
class MUCSearchDelegate;
@@ -36,6 +38,7 @@ namespace Swift {
private slots:
void handleSearch();
void handleSearch(const QString&);
+ void handleFilterStringChanged(const QString&);
void handleActivated(const QModelIndex& index);
void updateThrobberPosition();
void handleSelectionChanged (const QItemSelection&, const QItemSelection&);
@@ -47,5 +50,6 @@ namespace Swift {
MUCSearchDelegate* delegate_;
QLabel* throbber_;
bool hasHadScrollBars_;
+ QSortFilterProxyModel* sortFilterProxyModel_ = nullptr;
};
}