Skip to content
Snippets Groups Projects
Commit f930db7e authored by Tyler Mandry's avatar Tyler Mandry Committed by Aurindam Jana
Browse files

QmlDebug: Fix crash when remote setup fails


Change-Id: Ia9b6e86b74425ed2c5bc113f918f1d64d88c328c
Reviewed-by: default avatarAurindam Jana <aurindam.jana@nokia.com>
parent bb0573a8
No related branches found
No related tags found
No related merge requests found
......@@ -789,9 +789,10 @@ void QmlCppEngine::notifyEngineRemoteSetupDone(int gdbServerPort, int qmlPort)
void QmlCppEngine::notifyEngineRemoteSetupFailed(const QString &message)
{
EDEBUG("MASTER REMOTE SETUP FAILED");
notifyEngineRemoteSetupFailed(message);
DebuggerEngine::notifyEngineRemoteSetupFailed(message);
cppEngine()->notifyEngineRemoteSetupFailed(message);
qmlEngine()->notifyEngineRemoteSetupFailed(message);
}
void QmlCppEngine::showMessage(const QString &msg, int channel, int timeout) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment