X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=fullscreenwindow.h;h=d91408cf11a93cbf78e4489f1648e3a39ed7e2a3;hb=166f29f9d4d6e2ed8080e78d38f45edd68315be4;hp=bd93a1094f355f544a83e52e1b51bcdc2036c1b4;hpb=6c8d9bb19213aee37517232ef889409200e53ac1;p=dorian diff --git a/fullscreenwindow.h b/fullscreenwindow.h index bd93a10..d91408c 100644 --- a/fullscreenwindow.h +++ b/fullscreenwindow.h @@ -20,9 +20,6 @@ class FullScreenWindow: public AdopterWindow public: explicit FullScreenWindow(QWidget *parent); - /** Swith to full screen, and flash the restore button. */ - void showFullScreen(); - /** * Adopt children. * Same as @AdopterWindow::takeChildren(), but saves prog, previous @@ -39,6 +36,9 @@ protected: /** Handle size (and orientation) change. */ void resizeEvent(QResizeEvent *e); + /** Handle show event. */ + void showEvent(QShowEvent *e); + protected slots: /** Re-align adopted child windows. */ void placeChildren();