qtquick: Enable more QtWidget paths that compile fine

Just needed a dummy create() function
This commit is contained in:
Sergio Martins
2020-11-26 22:28:57 +00:00
parent 5372920cd0
commit c25043fa00
3 changed files with 7 additions and 1 deletions

View File

@@ -567,6 +567,11 @@ void QWidgetAdapter::setWindowIsBeingDestroyed(bool is)
m_windowIsBeingDestroyed = is;
}
void QWidgetAdapter::create()
{
// Nothing to do, for QtQuick ?
}
QQuickItem* KDDockWidgets::Private::widgetForWindow(QWindow *window)
{
if (!window)