summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-07-09 09:50:58 (GMT)
committeraxis <qt-info@nokia.com>2009-07-09 09:50:58 (GMT)
commit3b1e30bb1d6651a626aba1f6b8883f5524598ed3 (patch)
tree075d7c08796ea25b9c5441c33718f6165926b049 /src/gui/kernel/qwidget_p.h
parent86aec1ba2bb3275f4b2f562b42bdbae4e4ddeaf4 (diff)
parentb6377f43410b14125a66ffd02acde69cfb6e455e (diff)
downloadQt-3b1e30bb1d6651a626aba1f6b8883f5524598ed3.zip
Qt-3b1e30bb1d6651a626aba1f6b8883f5524598ed3.tar.gz
Qt-3b1e30bb1d6651a626aba1f6b8883f5524598ed3.tar.bz2
Merge branch 'fixing_tst_qdatetimeedit'
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 0ad0255..24e7503 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -279,6 +279,9 @@ public:
#ifdef Q_WS_S60
void s60UpdateIsOpaque();
#endif
+#ifdef Q_OS_SYMBIAN
+ void handleSymbianDeferredFocusChanged();
+#endif
void raise_sys();
void lower_sys();