aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/qml/qmlengine.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-07-08 16:40:39 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-07-16 04:25:35 +0000
commit9d16d735abf78f2c37f0240fd175f6e4a2e3d208 (patch)
tree88a41e6c95ead7452e995475f5e475e1a4632e65 /src/plugins/debugger/qml/qmlengine.cpp
parentac2c487e2ec0eec6cd2ffb2ba6262c69ce04dd3e (diff)
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 <hjk@qt.io>
Diffstat (limited to 'src/plugins/debugger/qml/qmlengine.cpp')
-rw-r--r--src/plugins/debugger/qml/qmlengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp
index a94e398263..6c566d0475 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()