summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-02-09 15:45:29 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-02-09 15:45:29 (GMT)
commita49a2ae399643afd30dd5d2df90ecb6d6325121a (patch)
tree5ac7bbece7c7ff90f9796430e4eaaff7728dfe29 /src/gui/kernel/qwidget.cpp
parentdadfdfaa320aa5951d8512428d59e762b0da79f3 (diff)
parent392123ef5432643d1047d1e1dd71512ec39d382d (diff)
downloadQt-a49a2ae399643afd30dd5d2df90ecb6d6325121a.zip
Qt-a49a2ae399643afd30dd5d2df90ecb6d6325121a.tar.gz
Qt-a49a2ae399643afd30dd5d2df90ecb6d6325121a.tar.bz2
Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6
Conflicts: src/gui/kernel/qapplication_win.cpp src/gui/kernel/qwidget.cpp src/gui/kernel/qwidget_p.h
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index c072d9d..2a19d23 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -192,6 +192,7 @@ QWidgetPrivate::QWidgetPrivate(int version)
, inDirtyList(0)
, isScrolled(0)
, isMoved(0)
+ , isGLWidget(0)
, usesDoubleBufferedGLContext(0)
#if defined(Q_WS_X11)
, picture(0)
@@ -200,7 +201,6 @@ QWidgetPrivate::QWidgetPrivate(int version)
, nativeGesturePanEnabled(0)
#elif defined(Q_WS_MAC)
, needWindowChange(0)
- , isGLWidget(0)
, window_event(0)
, qd_hd(0)
#endif