summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqtmainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debugqtmainwindow.h')
-rw-r--r--src/osd/sdl/debugqtmainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/sdl/debugqtmainwindow.h b/src/osd/sdl/debugqtmainwindow.h
index f01ea0bb716..8d25bf60a2a 100644
--- a/src/osd/sdl/debugqtmainwindow.h
+++ b/src/osd/sdl/debugqtmainwindow.h
@@ -171,13 +171,13 @@ public:
m_rightBar(0),
m_windowState()
{}
-
+
~MainWindowQtConfig() {}
-
+
// Settings
int m_rightBar;
QByteArray m_windowState;
-
+
void buildFromQWidget(QWidget* widget);
void applyToQWidget(QWidget* widget);
void addToXmlDataNode(xml_data_node* node) const;