diff options
author | Knud Dollereder <knud.dollereder@qt.io> | 2022-02-08 12:59:50 +0100 |
---|---|---|
committer | Knud Dollereder <knud.dollereder@qt.io> | 2022-02-08 17:52:37 +0000 |
commit | b9d59edeb16675c3c1442b36c63c156cd8236d04 (patch) | |
tree | 6acb3e83bb04f8b6d46cec2362100e6955fb46b4 /src/plugins/python/pythonlanguageclient.cpp | |
parent | 8e3496a6cebbbcb8ffd46326c52e1fbfbcd10021 (diff) | |
download | qt-creator-b9d59edeb16675c3c1442b36c63c156cd8236d04.tar.gz |
Cleanup ConnectionManager
- Do not block starting the puppet processes while waiting for the reply
- Remove unnessecary connection.clear() from ConnectionManager::shutDown
since this was already done in closeSocketsAndKillProcesses
- Remove Timers from ConnectionManager::closeSocketsAndKillProcesses
since they leak memory and termination of the processes is done in
QProcessUniquePointerDeleter
- Remove second deleteLater from QProcessUniquePointerDeleter since this
is handled by the connection to the finished signal
Change-Id: If845ea44f483c5d3c646595ff9298bcdd3dfd59a
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
0 files changed, 0 insertions, 0 deletions