From d1e808bce15debd8df1ed477f7b0b5b84fefe8c7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 16:20:25 +0000 Subject: 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 --- src/plugins/General/library/librarywidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/General/library/librarywidget.h') 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 -- cgit v1.2.3-13-gbd6f