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: 45415783e7

Reviewed-by: Erik Verbruggen
This commit is contained in:
Christian Kamm
2010-06-21 15:04:39 +02:00
parent 5676abee54
commit acbf3925f5
2 changed files with 3204 additions and 1 deletions

View File

@@ -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