aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect/removablehelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-01 21:38:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-01 21:38:21 +0000
commit366eb153e82063a1157695e6c0873a7a64bee3af (patch)
tree5b672b76cdace7182175696a17538d02d79cba7e /src/plugins/General/rdetect/removablehelper.h
parent7bdd84eec98430e71a4a73fe46561a20d1dc75e3 (diff)
downloadqmmp-366eb153e82063a1157695e6c0873a7a64bee3af.tar.gz
qmmp-366eb153e82063a1157695e6c0873a7a64bee3af.tar.bz2
qmmp-366eb153e82063a1157695e6c0873a7a64bee3af.zip
rdetect: added settings dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8471 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rdetect/removablehelper.h')
-rw-r--r--src/plugins/General/rdetect/removablehelper.h7
1 files changed, 7 insertions, 0 deletions
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;
};