diff options
Diffstat (limited to 'src/plugins/General/streambrowser/streamwindow.h')
| -rw-r--r-- | src/plugins/General/streambrowser/streamwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h index 3bd0e69e7..b33e6f36f 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -26,6 +26,7 @@ class QNetworkAccessManager; class QNetworkReply; class QStandardItemModel; +class QSortFilterProxyModel; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -42,6 +43,7 @@ private slots: void showText(QNetworkReply *reply); void on_updatePushButton_clicked(); void on_addPushButton_clicked(); + void on_filterLineEdit_textChanged(const QString &text); private: void closeEvent(QCloseEvent *); @@ -51,6 +53,7 @@ private: QNetworkReply *m_requestReply; QString m_artist, m_title; QStandardItemModel *m_icecastModel; + QSortFilterProxyModel *m_filterModel; }; #endif |
