QuickDesigner: Fix compilation with latest qt.git

the method name got changed in 5732a440.
This commit is contained in:
Kai Koehne
2010-05-20 10:00:30 +02:00
parent 552a072832
commit dc38ed3372

View File

@@ -101,7 +101,7 @@ void QmlProject::parseProject(RefreshOptions options)
} else {
Core::MessageManager *messageManager = Core::ICore::instance()->messageManager();
messageManager->printToOutputPane(tr("Error while loading project file!"));
messageManager->printToOutputPane(component->errorsString(), true);
messageManager->printToOutputPane(component->errorString(), true);
}
}
}