Skip to content

Fix demo_konsolepart crash

Apply the same fix at a6b2bd53 to demo_konsolepart:

Basically to use QWidget::windowHandle() to get a QWindow*, we need
to first set the Qt::WA_NativeWindow attribute on the QWidget. See:
https://phabricator.kde.org/D23108

Merge request reports