Debugger: Log connection failures to QML/JS console

The debugger log is not very accessible and people may want to see this
message.

Change-Id: Id5e5a6d84f3576df3756d1fabc9f5801dcebac6e
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-11-19 13:59:45 +01:00
parent f8f60a343b
commit e4594eec13

View File

@@ -442,7 +442,7 @@ void QmlEngine::appStartupFailed(const QString &errorMessage)
this, &QmlEngine::errorMessageBoxFinished);
infoBox->show();
} else {
showMessage(error, StatusBar);
ConsoleManagerInterface::instance()->printToConsolePane(ConsoleItem::WarningType, error);
}
notifyEngineRunFailed();