forked from qt-creator/qt-creator
		
	QmlJS: Fix qml type info by reintroducing workaround exports.
This commit is contained in:
		| @@ -172,6 +172,8 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast) | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|     // ### for backwards compatibility until fixed: export by cpp name | ||||
|     fmo->addExport(fmo->className(), "", ComponentVersion()); | ||||
|     _objects->insert(fmo->className(), fmo); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user