summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqtdasmwindow.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-05-20 06:51:25 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-05-20 06:51:25 +0000
commit1c05ccc93bd32a9bb5a50f18e2e8bd29c3511e25 (patch)
tree7133a7cea14e7c27e731c320b87663971b1a31d3 /src/osd/sdl/debugqtdasmwindow.h
parentcae878c9b438a4b88678db213db9c4aed215b5cc (diff)
Cleanups and version bumpmame0148u5
Diffstat (limited to 'src/osd/sdl/debugqtdasmwindow.h')
-rw-r--r--src/osd/sdl/debugqtdasmwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/sdl/debugqtdasmwindow.h b/src/osd/sdl/debugqtdasmwindow.h
index 633a6029b74..f723fad55dc 100644
--- a/src/osd/sdl/debugqtdasmwindow.h
+++ b/src/osd/sdl/debugqtdasmwindow.h
@@ -52,13 +52,13 @@ public:
m_rightBar(0)
{
}
-
+
~DasmWindowQtConfig() {}
-
+
// Settings
int m_cpu;
int m_rightBar;
-
+
void buildFromQWidget(QWidget* widget);
void applyToQWidget(QWidget* widget);
void addToXmlDataNode(xml_data_node* node) const;