summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/qt/debugqtdeviceswindow.h')
-rw-r--r--src/osd/modules/debugger/qt/debugqtdeviceswindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/qt/debugqtdeviceswindow.h b/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
index de3645d5517..833d8d80aca 100644
--- a/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
+++ b/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
@@ -43,9 +43,14 @@ public:
DevicesWindow(running_machine* machine, QWidget* parent=NULL);
virtual ~DevicesWindow();
+public slots:
+ void currentRowChanged(const QModelIndex &current, const QModelIndex &previous);
+ void activated(const QModelIndex &index);
+
private:
QTreeView *m_devices_view;
DevicesWindowModel m_devices_model;
+ device_t *m_selected_device;
};