forked from qt-creator/qt-creator
Ask the HelpEngine for documentation about builtin QML components.
Done with: Erik
This commit is contained in:
@@ -193,7 +193,12 @@ bool Bind::visit(UiImport *ast)
|
||||
}
|
||||
}
|
||||
|
||||
namespaceObject->setProperty(userComponent->componentName(), objectValue);
|
||||
const QString componentName = userComponent->componentName();
|
||||
|
||||
if (! componentName.isEmpty()) {
|
||||
objectValue->setClassName(componentName);
|
||||
namespaceObject->setProperty(componentName, objectValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user