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.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;