Merge remote-tracking branch 'origin/qds-1.50' into qds-1.59

Change-Id: Ic0edcce1268b9cc47c91364eeb84e3b3f7dfe134
This commit is contained in:
Tim Jenssen
2020-05-12 10:04:10 +02:00
217 changed files with 310 additions and 766 deletions

View File

@@ -768,6 +768,8 @@ QObject *ObjectNodeInstance::createComponent(const QString &componentPath, QQmlC
qWarning() << error;
}
object->setProperty("__designer_url__", QUrl::fromLocalFile(componentPath));
return object;
}