From 5df38152e1db69b0e7800871e30275e72d60203f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Feb 2012 11:53:17 +0000 Subject: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2642 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streamwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 b33e6f36f..12c734e7b 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -52,8 +52,8 @@ private: QNetworkAccessManager *m_http; QNetworkReply *m_requestReply; QString m_artist, m_title; - QStandardItemModel *m_icecastModel; - QSortFilterProxyModel *m_filterModel; + QStandardItemModel *m_iceCastModel; + QSortFilterProxyModel *m_iceCastFilterModel; }; #endif -- cgit v1.2.3-13-gbd6f