From d29d9953fa63aea4c39a457a43b707639722c855 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 27 Sep 2018 17:15:01 +0000 Subject: stream browser: optimization git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8382 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streamwindow.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 013490fd3..742dfb416 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2012 by Ilya Kotov * + * Copyright (C) 2012-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,7 +22,6 @@ #include #include -#include "ui_streamwindow.h" class QNetworkAccessManager; class QNetworkReply; @@ -31,6 +30,10 @@ class QSortFilterProxyModel; class QMenu; class StreamsProxyModel; +namespace Ui { +class StreamWindow; +} + /** @author Ilya Kotov */ @@ -56,7 +59,7 @@ private: void closeEvent(QCloseEvent *); void readXml(QIODevice *input, QStandardItemModel *model); - Ui::StreamWindow ui; + Ui::StreamWindow *m_ui; QNetworkAccessManager *m_http; QNetworkReply *m_requestReply; QString m_artist, m_title; -- cgit v1.2.3-13-gbd6f