summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/windowsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/windowsupport.h')
-rw-r--r--src/plugins/coreplugin/windowsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/windowsupport.h b/src/plugins/coreplugin/windowsupport.h
index 5531306fe0..1e640f6edb 100644
--- a/src/plugins/coreplugin/windowsupport.h
+++ b/src/plugins/coreplugin/windowsupport.h
@@ -80,6 +80,7 @@ private:
QAction *m_zoomAction;
QAction *m_closeAction;
QAction *m_toggleFullScreenAction;
+ Qt::WindowStates m_previousWindowState;
bool m_shutdown = false;
};