summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qt_s60_p.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-08-17 15:05:01 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-08-18 09:13:53 (GMT)
commitea85300f6456ef1bd9702296f3068edf0795736e (patch)
tree2a575e89e1aa8b293ca3f255b77bfbdda8fe2628 /src/gui/kernel/qt_s60_p.h
parentcb8d2dcc70846ccd9384a8b94b2a80821c0eb285 (diff)
downloadQt-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.h1
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;