forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user