From bd16af99a8475c3847cad3f8036c25ae35a7f66d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Feb 2012 11:47:42 +0000 Subject: stream browser: added filter git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2641 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streamwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/General/streambrowser/streamwindow.h') 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 @@ -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 -- cgit v1.2.3-13-gbd6f