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

QmlJS: Revert to supplying a xml file for builtin type information.

It'll be much saver to move to the qmldump based functionality once
it has been moved into Qt.

Essentially reverts: 45415783

Reviewed-by: Erik Verbruggen
parent 5676abee
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -90,8 +90,10 @@ void ModelManager::loadQmlTypeDescriptions()
foreach (const QString &error, errors)
qWarning() << qPrintable(error);
// disabled for now: Prefer the xml file until the type dumping functionality
// has been moved into Qt.
// loads the builtin types
loadQmlPluginTypes(QString());
//loadQmlPluginTypes(QString());
}
Snapshot ModelManager::snapshot() const
......
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