diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-17 15:05:01 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-18 09:13:53 (GMT) |
commit | ea85300f6456ef1bd9702296f3068edf0795736e (patch) | |
tree | 2a575e89e1aa8b293ca3f255b77bfbdda8fe2628 /src/gui/kernel/qt_s60_p.h | |
parent | cb8d2dcc70846ccd9384a8b94b2a80821c0eb285 (diff) | |
download | Qt-ea85300f6456ef1bd9702296f3068edf0795736e.zip Qt-ea85300f6456ef1bd9702296f3068edf0795736e.tar.gz Qt-ea85300f6456ef1bd9702296f3068edf0795736e.tar.bz2 |
Refactored handling of window visibility events on Symbian
Task-number: QTBUG-12817
Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/kernel/qt_s60_p.h')
-rw-r--r-- | src/gui/kernel/qt_s60_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h index a18ea07..ad6a99a 100644 --- a/src/gui/kernel/qt_s60_p.h +++ b/src/gui/kernel/qt_s60_p.h @@ -164,6 +164,7 @@ public: static inline CEikButtonGroupContainer* buttonGroupContainer(); static void setStatusPaneAndButtonGroupVisibility(bool statusPaneVisible, bool buttonGroupVisible); #endif + static void controlVisibilityChanged(CCoeControl *control, bool visible); #ifdef Q_OS_SYMBIAN TTrapHandler *s60InstalledTrapHandler; |