summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2021-01-04 17:46:21 +0200
committerAlex Trotsenko <alex1973tr@gmail.com>2021-01-08 14:29:43 +0200
commit423e6c3635a5e0f88f38cbf0af7474bc62b26323 (patch)
tree79762dbf99cf07739a2a73888bc977b8770e0c09 /src/plugins/platforms/windows
parent7fea8a079f65b090c7d82e0d285ef85e30328da7 (diff)
QProcess/Unix: consolidate process state tracking socket notifiers
There is no reason to have the startup notifier and the death notifier be active at the same time, as the former will detect death as well. Previously, these notifiers were racing, but _q_processDied() ordered signals by calling _q_startupNotification() manually. Thus, the started()/finished() sequence was always emitted if the child process was killed anywhere. Now this ordering is simply not necessary anymore. This makes it possible to reuse the startup notifier for death notification. Change-Id: I5ebed9b5f28b19fe56c80498977a3b21be9288fd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Diffstat (limited to 'src/plugins/platforms/windows')
0 files changed, 0 insertions, 0 deletions