forked from qt-creator/qt-creator
When the debugger is quit, connectionStartupFailed will trigger and show a useless message box about not being able to connect. This can also trigger a crash in WatchHandler::cleanup if the user quits Creator while a debugging session is still running. (as seen on macOS). Change-Id: I19461d5cdd449e58e530b09b772431b3cf18c52f Reviewed-by: hjk <hjk@qt.io>