qmldump: Make Creator able to read qmldump's new output.

Task-number: QTCREATORBUG-3048
This commit is contained in:
Christian Kamm
2011-02-08 11:01:37 +01:00
parent bffe90b2f4
commit dd1de1b82f
11 changed files with 577 additions and 18 deletions

View File

@@ -117,7 +117,7 @@ void ModelManager::loadQmlTypeDescriptions(const QString &resourcePath)
QDir::Files,
QDir::Name);
const QStringList errors = Interpreter::CppQmlTypesLoader::load(xmlFiles);
const QStringList errors = Interpreter::CppQmlTypesLoader::loadXml(xmlFiles);
foreach (const QString &error, errors)
qWarning() << qPrintable(error);