X-Git-Url: http://git.maemo.org/git/?p=dorian;a=blobdiff_plain;f=widgets%2Fmainbase.h;h=c1103a4b37f7352c1ec06ea234a65b4fe6967df8;hp=bf2e83be56a5146757d0ca9ff2ab91e52a2548f3;hb=c9d5f238437cf804504be6e17f42331dfd02f9be;hpb=e9d73d819243099919203cc61233d4bac73d707d diff --git a/widgets/mainbase.h b/widgets/mainbase.h index bf2e83b..c1103a4 100755 --- a/widgets/mainbase.h +++ b/widgets/mainbase.h @@ -42,6 +42,11 @@ protected: /** Return the height of the tool bar (or 0 if there is no tool bar). */ int toolBarHeight(); +#ifdef Q_OS_SYMBIAN + /** Handle resize. */ + void resizeEvent(QResizeEvent *e); +#endif + private: QToolBar *toolBar; /**< Tool bar. */ };