parent
1f7951d873
commit
a0bd7c9c14
@ -123,7 +123,6 @@ void ContainmentInterface::init()
|
||||
QObject *toolBoxObject = qmlObject()->createObjectFromSource(QUrl::fromLocalFile(pkg.filePath("mainscript")), 0, toolboxProperties);
|
||||
if (toolBoxObject && containmentGraphicObject) {
|
||||
containmentGraphicObject->setProperty("toolBox", QVariant::fromValue(toolBoxObject));
|
||||
toolBoxObject->setParent(containmentGraphicObject);
|
||||
}
|
||||
} else {
|
||||
qWarning() << "Could not load toolbox package." << pkg.path();
|
||||
|
Loading…
Reference in New Issue
Block a user