diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2011-03-16 01:40:42 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2011-03-16 01:40:42 (GMT) |
commit | 82ae515e52e3811d3b2aec588e0dd777350c1c33 (patch) | |
tree | 0f67931ff94feafa8b76cfd22064220ee4986fe0 /src/gui/kernel/qwidget_p.h | |
parent | 9a5f3dd71a7c3bb4e777c92cca09100d077a736a (diff) | |
parent | c0cd8db0498daaa8151d1f80143b6849016bdc7c (diff) | |
download | Qt-82ae515e52e3811d3b2aec588e0dd777350c1c33.zip Qt-82ae515e52e3811d3b2aec588e0dd777350c1c33.tar.gz Qt-82ae515e52e3811d3b2aec588e0dd777350c1c33.tar.bz2 |
Merge branch 'master' of ../qt-qml-staging
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index 1083a1f..dd9bb49 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -900,6 +900,7 @@ public: #elif defined(Q_OS_SYMBIAN) // <--------------------------------------------------------- SYMBIAN static QWidget *mouseGrabber; static QWidget *keyboardGrabber; + int symbianScreenNumber; // only valid for desktop widget and top-levels void s60UpdateIsOpaque(); void reparentChildren(); void registerTouchWindow(); |