No progress at all.
[dorian] / widgets / mainbase.h
index bf2e83b..c1103a4 100755 (executable)
@@ -42,6 +42,11 @@ protected:
     /** Return the height of the tool bar (or 0 if there is no tool bar). */\r
     int toolBarHeight();\r
 \r
+#ifdef Q_OS_SYMBIAN\r
+    /** Handle resize. */\r
+    void resizeEvent(QResizeEvent *e);\r
+#endif\r
+\r
 private:\r
     QToolBar *toolBar;      /**< Tool bar. */\r
 };\r