Use a braced initializer_list instead of << operator
Replace one occurrence of QLatin1String("") with QString(), AFAICS, the upstream QProcess code doesn't distinguish between null QString() and empty QString("").
Edited by Ahmad Samir
Replace one occurrence of QLatin1String("") with QString(), AFAICS, the upstream QProcess code doesn't distinguish between null QString() and empty QString("").