Files
qt-creator/src/libs/utils/synchronousprocess.cpp
Christian Stenger 85bdcf819f Utils: Only write data to process if there is any
This avoids the warning
QIODevice::write (QProcess): ReadOnly device
in cases where the process is run inside a read only
directory even when the process has no input.

Change-Id: I9434c738e9cf94c348f1437ebf15e1c7574cde94
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: hjk <hjk@qt.io>
2021-01-11 14:32:56 +00:00

26 KiB