From 366eb153e82063a1157695e6c0873a7a64bee3af Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Dec 2018 21:38:21 +0000 Subject: rdetect: added settings dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8471 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/rdetect/removablehelper.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/plugins/General/rdetect/removablehelper.h') diff --git a/src/plugins/General/rdetect/removablehelper.h b/src/plugins/General/rdetect/removablehelper.h index c1740aaa9..c97b1b749 100644 --- a/src/plugins/General/rdetect/removablehelper.h +++ b/src/plugins/General/rdetect/removablehelper.h @@ -41,7 +41,14 @@ private slots: private: void updateActions(); QAction *findAction(const QString &dev_path); + void addPath(const QString &path); + void removePath(const QString &path); + QActionGroup *m_actions; + bool m_detectCDA; + bool m_detectRemovable; + bool m_addTracks, m_removeTracks; + bool m_addFiles, m_removeFiles; }; -- cgit v1.2.3-13-gbd6f