From 7d9b7792aeb3db45e235f923061254de96d37e04 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 19:03:33 +0000 Subject: library: added window mode (#147) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9646 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/library/library.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/General/library/library.h') diff --git a/src/plugins/General/library/library.h b/src/plugins/General/library/library.h index fec9508a5..053571a5c 100644 --- a/src/plugins/General/library/library.h +++ b/src/plugins/General/library/library.h @@ -31,6 +31,7 @@ #include class QFileInfo; +class QAction; class SoundCore; class PlayListTrack; class LibraryWidget; @@ -44,6 +45,8 @@ public: bool isRunning() const; + QAction *showAction() const; + private slots: void showLibraryWindow(); @@ -65,6 +68,7 @@ private: bool m_stopped = false; QPointer *m_libraryWidget; QFutureWatcher m_watcher; + QAction *m_showAction; }; -- cgit v1.2.3-13-gbd6f