summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorJørgen Lind <[email protected]>2011-04-26 12:43:11 +0200
committerSamuel Rødal <[email protected]>2011-04-28 15:38:48 +0200
commitfbef41167aa4aede67bc1ec904142e2e5e12c7fc (patch)
treee8c77fbeab44e1d95ecf9870f9a323d7f9ce95c7 /src/gui/kernel/qwidget.cpp
parent25028e3b144a54435be437d452b65bfbd4f63309 (diff)
Make QtGui compile again....
Comment out stuff in QWidget::create_sys (cherry picked from commit 1bbc6a6bb2bf1175080e7a5ba6834ff642fd47ab)
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 57052147624..f153860ba94 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -1762,8 +1762,7 @@ void QWidgetPrivate::createTLExtra()
qDebug() << "tlextra" << ++count;
#endif
#if defined(Q_WS_QPA)
- x->platformWindow = 0;
- x->platformWindowFormat = QPlatformWindowFormat::defaultFormat();
+ x->window = 0;
x->screenIndex = 0;
#endif
}