diff options
| author | Alex Trotsenko <alex1973tr@gmail.com> | 2020-12-24 17:10:33 +0200 |
|---|---|---|
| committer | Alex Trotsenko <alex1973tr@gmail.com> | 2020-12-30 23:40:53 +0200 |
| commit | 8be9fb66f7872dc1e7a6ad729459be66ee5a1540 (patch) | |
| tree | 3285748a7a3ee97e19cf3b5613b6cf434c256405 /src/corelib/io/qprocess.cpp | |
| parent | efb3d87700fc057db1e2374c7cf5717df6dc68b8 (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
