diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-29 14:08:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-29 14:08:31 +0000 |
| commit | 6b2ff2034db2c9270dfa8ed212277a6e5ca24788 (patch) | |
| tree | 6ebeeae680192c47efb533d05774b630be067fdd /src/plugins/General/hal/halplugin.h | |
| parent | 99aa616b3a03f63ea6dfdf6aba8f0588a2ccdf4d (diff) | |
| download | qmmp-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.h | 4 |
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; |
