forked from qt-creator/qt-creator
QuickDesigner: Fix compilation with latest qt.git
the method name got changed in 5732a440.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user