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