Skip to content
Snippets Groups Projects
Commit f1012b43 authored by Christian Kamm's avatar Christian Kamm
Browse files

QmlJS: Fix qml type info by reintroducing workaround exports.

parent c935fd36
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,8 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast) ...@@ -172,6 +172,8 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast)
return; return;
} }
// ### for backwards compatibility until fixed: export by cpp name
fmo->addExport(fmo->className(), "", ComponentVersion());
_objects->insert(fmo->className(), fmo); _objects->insert(fmo->className(), fmo);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment