aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/General/streambrowser/streamwindow.cpp1
-rw-r--r--src/plugins/General/streambrowser/streamwindow.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.cpp b/src/plugins/General/streambrowser/streamwindow.cpp
index f893467fc..c4cfd6851 100644
--- a/src/plugins/General/streambrowser/streamwindow.cpp
+++ b/src/plugins/General/streambrowser/streamwindow.cpp
@@ -98,7 +98,6 @@ StreamWindow::StreamWindow(QWidget *parent) : QWidget(parent)
on_updatePushButton_clicked();
}
-
StreamWindow::~StreamWindow()
{
}
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