From 9d16d735abf78f2c37f0240fd175f6e4a2e3d208 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 8 Jul 2020 16:40:39 +0200 Subject: [PATCH] Debugger: Do not send empty message on shutdown This triggered a soft assert in DebuggerEngine::showMessage() and cleaning up the status bar is not necessary at all. Change-Id: I12d3d5cbc79f178af58ecb0a5c7a3130c880bdad Reviewed-by: hjk --- src/plugins/debugger/qml/qmlengine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index a94e3982639..6c566d04752 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -570,7 +570,6 @@ void QmlEngine::shutdownEngine() stopApplicationLauncher(); notifyEngineShutdownFinished(); - showMessage(QString(), StatusBar); } void QmlEngine::setupEngine()