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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/debugger/qt/debugqtdeviceswindow.h b/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
index 833d8d80aca..f541f303efd 100644
--- a/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
+++ b/src/osd/modules/debugger/qt/debugqtdeviceswindow.h
@@ -23,11 +23,11 @@ public:
QVariant headerData(int section, Qt::Orientation orientation,
int role = Qt::DisplayRole) const;
QModelIndex index(int row, int column,
- const QModelIndex &parent = QModelIndex()) const;
+ const QModelIndex &parent = QModelIndex()) const;
QModelIndex parent(const QModelIndex &index) const;
int rowCount(const QModelIndex &parent = QModelIndex()) const;
int columnCount(const QModelIndex &parent = QModelIndex()) const;
-
+
private:
running_machine *m_machine;
};
@@ -44,8 +44,8 @@ public:
virtual ~DevicesWindow();
public slots:
- void currentRowChanged(const QModelIndex &current, const QModelIndex &previous);
- void activated(const QModelIndex &index);
+ void currentRowChanged(const QModelIndex &current, const QModelIndex &previous);
+ void activated(const QModelIndex &index);
private:
QTreeView *m_devices_view;