diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-01-20 09:48:54 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-01-20 10:53:55 +0000 |
commit | c819c90368c43e965d9018bbc6bc80ed4ca83c40 (patch) | |
tree | fd00d8db2147614df20afa718af68c83181ca20c /src/plugins/python/pythonutils.cpp | |
parent | ead181e385cf1a03e483077392aeef9b381b8e3c (diff) | |
download | qt-creator-c819c90368c43e965d9018bbc6bc80ed4ca83c40.tar.gz |
SshDeviceProcess: don't connect to stubStopped, it's no-op
After 479c39300945d5263e20adf3b29377153b688c78 the connection
to ConsoleProcess::stubStopped() became no-op, since
when finished() signal is emitted we are disconnecting
from console process signals inside setState(). In case
when the socket of console process got disconnected while
the process was still running, we are emitting finished()
signal prior to stubStopped() (when m_appPid != 0 or
m_hInferior != nullptr, otherwise it had to be emitted earlier),
so the stubStopped is also no-op in this case.
Amends 479c39300945d5263e20adf3b29377153b688c78
Change-Id: I75189b9476281413c8a206de78b9008f9ee08a25
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python/pythonutils.cpp')
0 files changed, 0 insertions, 0 deletions