Initial release.
[dorian] / fullscreenwindow.h
index c30c309..df2496c 100644 (file)
@@ -39,6 +39,10 @@ protected:
     /** Handle size (and orientation) change. */
     void resizeEvent(QResizeEvent *e);
 
+protected slots:
+    /** Re-align adopted child windows. */
+    void placeChildren();
+
 private:
     TranslucentButton *restoreButton;
     Progress *progress;