-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 @@ -112,10 +112,12 @@ private: QAction* m_fullscreen; QAction* m_closewindow; FunctionKeyboard *m_kb; QuickButton *m_qb; bool m_isFullscreen; + + QWidget* savedParentFullscreen; }; #endif |