qtquick: Move the rest of old/QWidgetAdapter_quick to View_qtquick

This commit is contained in:
Sergio Martins
2022-05-01 20:01:46 +01:00
parent 738a78d12b
commit 58afb97eb2
6 changed files with 465 additions and 793 deletions

View File

@@ -65,7 +65,6 @@ View *Platform_qtquick::tests_createView(View *parent)
newItem->QQuickItem::setParentItem(view->contentItem());
newItem->QQuickItem::setParent(view->contentItem());
view->show();
QTest::qWait(100); // the root object gets sized delayed
}