aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halplugin.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-29 14:08:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-29 14:08:31 +0000
commit6b2ff2034db2c9270dfa8ed212277a6e5ca24788 (patch)
tree6ebeeae680192c47efb533d05774b630be067fdd /src/plugins/General/hal/halplugin.h
parent99aa616b3a03f63ea6dfdf6aba8f0588a2ccdf4d (diff)
downloadqmmp-6b2ff2034db2c9270dfa8ed212277a6e5ca24788.tar.gz
qmmp-6b2ff2034db2c9270dfa8ed212277a6e5ca24788.tar.bz2
qmmp-6b2ff2034db2c9270dfa8ed212277a6e5ca24788.zip
removable devices support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@761 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hal/halplugin.h')
-rw-r--r--src/plugins/General/hal/halplugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halplugin.h b/src/plugins/General/hal/halplugin.h
index 3c9717f3c..7a3dade65 100644
--- a/src/plugins/General/hal/halplugin.h
+++ b/src/plugins/General/hal/halplugin.h
@@ -44,9 +44,11 @@ private slots:
void removeDevice(const QString &udi);
void addDevice(const QString &udi);
void processAction(QAction *action);
+ void updateActions();
private:
- void updateActions();
+ QAction *findAction(const QString &dev_path);
+ HalDevice *findDevice(QAction *action);
HalManager *m_manager;
QList <HalDevice *> m_devices;
QActionGroup *m_actions;