summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqtdasmwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debugqtdasmwindow.h')
-rw-r--r--src/osd/sdl/debugqtdasmwindow.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/osd/sdl/debugqtdasmwindow.h b/src/osd/sdl/debugqtdasmwindow.h
index fec80c44098..32cb186fcdd 100644
--- a/src/osd/sdl/debugqtdasmwindow.h
+++ b/src/osd/sdl/debugqtdasmwindow.h
@@ -12,31 +12,31 @@
//============================================================
class DasmWindow : public WindowQt
{
- Q_OBJECT
-
+ Q_OBJECT
+
public:
- DasmWindow(running_machine* machine, QWidget* parent=NULL);
- virtual ~DasmWindow() {}
+ DasmWindow(running_machine* machine, QWidget* parent=NULL);
+ virtual ~DasmWindow() {}
private slots:
- void cpuChanged(int index);
- void expressionSubmitted();
+ void cpuChanged(int index);
+ void expressionSubmitted();
- void toggleBreakpointAtCursor(bool changedTo);
- void runToCursor(bool changedTo);
- void rightBarChanged(QAction* changedTo);
+ void toggleBreakpointAtCursor(bool changedTo);
+ void runToCursor(bool changedTo);
+ void rightBarChanged(QAction* changedTo);
private:
- void populateComboBox();
+ void populateComboBox();
+
-
private:
- // Widgets
- QLineEdit* m_inputEdit;
- QComboBox* m_cpuComboBox;
- DebuggerView* m_dasmView;
+ // Widgets
+ QLineEdit* m_inputEdit;
+ QComboBox* m_cpuComboBox;
+ DebuggerView* m_dasmView;
};