diff options
Diffstat (limited to 'src/plugins/General/rdetect/removablehelper.h')
| -rw-r--r-- | src/plugins/General/rdetect/removablehelper.h | 7 |
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;
};
|
