summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qt_s60_p.h
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2010-03-22 08:17:17 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2010-03-23 08:37:37 (GMT)
commitae3d95f872c8bd2e192c58d7c7c830a3d2e4bc43 (patch)
tree9f2e7843f54a1769bb9e3906c8bc9c66afee2e35 /src/gui/kernel/qt_s60_p.h
parent253d075996818ba6d42e0caf9e03271e386621d0 (diff)
downloadQt-ae3d95f872c8bd2e192c58d7c7c830a3d2e4bc43.zip
Qt-ae3d95f872c8bd2e192c58d7c7c830a3d2e4bc43.tar.gz
Qt-ae3d95f872c8bd2e192c58d7c7c830a3d2e4bc43.tar.bz2
Fixed 'fullsreen with softkeys' mode not to expand under softkey area.
availableGeometry returns incorrect area after cba is made invisible, it seems that this happens because CAknToolbar is not made invisible. Fixed the problem by reverting back to SetExtentToWholeScreen usage when the widget is really fullscreen, i.e. Qt::WindowSoftkeysVisibleHint is not set. Task-number: QTBUG-9038 Reviewed-by: Miikka Heikkinen
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 cedede1..7c6b754 100644
--- a/src/gui/kernel/qt_s60_p.h
+++ b/src/gui/kernel/qt_s60_p.h
@@ -212,6 +212,7 @@ private:
#ifdef QT_SYMBIAN_SUPPORTS_ADVANCED_POINTER
void translateAdvancedPointerEvent(const TAdvancedPointerEvent *event);
#endif
+ void handleClientAreaChange();
private:
static QSymbianControl *lastFocusedControl;