diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 16:20:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 16:20:25 +0000 |
| commit | d1e808bce15debd8df1ed477f7b0b5b84fefe8c7 (patch) | |
| tree | 7b0491e767cc89cd24eff9cc69262ca7239c80eb /src/plugins/General/library/librarywidget.h | |
| parent | 42acbfef608d09ec52fec675fcbb0084fb9a9dca (diff) | |
| download | qmmp-d1e808bce15debd8df1ed477f7b0b5b84fefe8c7.tar.gz qmmp-d1e808bce15debd8df1ed477f7b0b5b84fefe8c7.tar.bz2 qmmp-d1e808bce15debd8df1ed477f7b0b5b84fefe8c7.zip | |
library: moved 'Show quick search' option to context menu
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9642 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/librarywidget.h')
| -rw-r--r-- | src/plugins/General/library/librarywidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/library/librarywidget.h b/src/plugins/General/library/librarywidget.h index 126c916c4..39b6e7022 100644 --- a/src/plugins/General/library/librarywidget.h +++ b/src/plugins/General/library/librarywidget.h @@ -28,6 +28,7 @@ class LibraryWidget; } class QMenu; +class QAction; class LibraryModel; class QContextMenuEvent; @@ -51,6 +52,7 @@ private: Ui::LibraryWidget *m_ui; LibraryModel *m_model; QMenu *m_menu; + QAction *m_filterAction; }; #endif // LIBRARYWIDGET_H |
