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.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;