From fc03804ef77762ef3f6e3dd9f9190f7390ffed1f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 29 Sep 2018 14:40:09 +0000 Subject: improved streambrowser plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8383 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streamwindow.h | 4 ++++ 1 file changed, 4 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 742dfb416..c36c54b69 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -28,6 +28,7 @@ class QNetworkReply; class QStandardItemModel; class QSortFilterProxyModel; class QMenu; +class QAction; class StreamsProxyModel; namespace Ui { @@ -53,6 +54,8 @@ private slots: void execIceCastMenu(const QPoint &pos); void execFavoritesMenu(const QPoint &pos); void addToFavorites(); + void createStream(); + void editStream(); void removeFromFavorites(); private: @@ -67,6 +70,7 @@ private: QSortFilterProxyModel *m_iceCastFilterModel, *m_favoritesFilterModel; QMenu *m_iceCastMenu; QMenu *m_favoritesMenu; + QAction *m_addAction, *m_editAction, *m_removeAction, *m_addToFavoritesAction; }; /** -- cgit v1.2.3-13-gbd6f