diff options
Diffstat (limited to 'src/osd/sdl/debugqtlogwindow.h')
-rw-r--r-- | src/osd/sdl/debugqtlogwindow.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osd/sdl/debugqtlogwindow.h b/src/osd/sdl/debugqtlogwindow.h index 474aab79050..7b38a977989 100644 --- a/src/osd/sdl/debugqtlogwindow.h +++ b/src/osd/sdl/debugqtlogwindow.h @@ -12,16 +12,16 @@ //============================================================ class LogWindow : public WindowQt { - Q_OBJECT - + Q_OBJECT + public: - LogWindow(running_machine* machine, QWidget* parent=NULL); - virtual ~LogWindow() {} + LogWindow(running_machine* machine, QWidget* parent=NULL); + virtual ~LogWindow() {} private: - // Widgets - DebuggerView* m_logView; + // Widgets + DebuggerView* m_logView; }; |