diff options
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
| -rw-r--r-- | src/gui/kernel/qwidget.cpp | 3 |
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 } |
