summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2020-12-24 17:10:33 +0200
committerAlex Trotsenko <alex1973tr@gmail.com>2020-12-30 23:40:53 +0200
commit8be9fb66f7872dc1e7a6ad729459be66ee5a1540 (patch)
tree3285748a7a3ee97e19cf3b5613b6cf434c256405 /src/corelib/io/qprocess.cpp
parentefb3d87700fc057db1e2374c7cf5717df6dc68b8 (diff)
QProcess/Win: do not needlessly duplicate std handles in startProcess()
The idea was to create descriptors with HANDLE_FLAG_INHERIT. However, this can be assumed to be already the case for std descriptors, and if it isn't, the user messed up, and we shouldn't try to work around it. This is consistent with what we already do in startDetached(). Change-Id: I8135c5e612c361e77a0442541f2d50cfbb5b4601 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
0 files changed, 0 insertions, 0 deletions