-rw-r--r-- | noncore/apps/opie-console/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h index 7d074b6..cc4ef76 100644 --- a/noncore/apps/opie-console/mainwindow.h +++ b/noncore/apps/opie-console/mainwindow.h | |||
@@ -115,6 +115,8 @@ private: | |||
115 | FunctionKeyboard *m_kb; | 115 | FunctionKeyboard *m_kb; |
116 | QuickButton *m_qb; | 116 | QuickButton *m_qb; |
117 | bool m_isFullscreen; | 117 | bool m_isFullscreen; |
118 | |||
119 | QWidget* savedParentFullscreen; | ||
118 | }; | 120 | }; |
119 | 121 | ||
120 | 122 | ||