X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=fullscreenwindow.h;fp=fullscreenwindow.h;h=0a84e549b97007f17581ebef79df02f97b532354;hb=feae7f4f9eed323a80b0fc83cc152723cf867089;hp=d91408cf11a93cbf78e4489f1648e3a39ed7e2a3;hpb=64fef281bf83879725e35704c90be703b36e8024;p=dorian diff --git a/fullscreenwindow.h b/fullscreenwindow.h index d91408c..0a84e54 100644 --- a/fullscreenwindow.h +++ b/fullscreenwindow.h @@ -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();