aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect/removablehelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-02 08:51:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-02 08:51:06 +0000
commit8a72e0d67cb208957842883433f8bcb3e9ceb558 (patch)
treea6c7666811b2c43e64cb7a330bd8fd2b7c146c40 /src/plugins/General/rdetect/removablehelper.h
parent366eb153e82063a1157695e6c0873a7a64bee3af (diff)
downloadqmmp-8a72e0d67cb208957842883433f8bcb3e9ceb558.tar.gz
qmmp-8a72e0d67cb208957842883433f8bcb3e9ceb558.tar.bz2
qmmp-8a72e0d67cb208957842883433f8bcb3e9ceb558.zip
rdetect: cda support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8472 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rdetect/removablehelper.h')
-rw-r--r--src/plugins/General/rdetect/removablehelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/rdetect/removablehelper.h b/src/plugins/General/rdetect/removablehelper.h
index c97b1b749..6ef31efb3 100644
--- a/src/plugins/General/rdetect/removablehelper.h
+++ b/src/plugins/General/rdetect/removablehelper.h
@@ -43,6 +43,7 @@ private:
QAction *findAction(const QString &dev_path);
void addPath(const QString &path);
void removePath(const QString &path);
+ bool isAudioCd(const QString &path);
QActionGroup *m_actions;
bool m_detectCDA;