aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/halplugin.h')
-rw-r--r--src/plugins/General/hal/halplugin.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/General/hal/halplugin.h b/src/plugins/General/hal/halplugin.h
index 7a3dade65..cd90046a2 100644
--- a/src/plugins/General/hal/halplugin.h
+++ b/src/plugins/General/hal/halplugin.h
@@ -49,9 +49,17 @@ private slots:
private:
QAction *findAction(const QString &dev_path);
HalDevice *findDevice(QAction *action);
+ void addPath(const QString &path);
+ void removePath(const QString &path);
HalManager *m_manager;
QList <HalDevice *> m_devices;
QActionGroup *m_actions;
+ bool m_detectCDA;
+ bool m_addTracks;
+ bool m_removeTracks;
+ bool m_detectRemovable;
+ bool m_addFiles;
+ bool m_removeFiles;
};
#endif