Even more Symbian improvements. Work around softkey visibility bug.
[dorian] / fullscreenwindow.h
index d91408c..0a84e54 100644 (file)
@@ -18,7 +18,7 @@ class FullScreenWindow: public AdopterWindow
     Q_OBJECT
 
 public:
-    explicit FullScreenWindow(QWidget *parent);
+    explicit FullScreenWindow(QWidget *parent = 0);
 
     /**
      * Adopt children.
@@ -39,6 +39,9 @@ protected:
     /** Handle show event. */
     void showEvent(QShowEvent *e);
 
+    /** Handle close event. */
+    void closeEvent(QCloseEvent *e);
+
 protected slots:
     /** Re-align adopted child windows. */
     void placeChildren();