Skip to content

Use a braced initializer_list instead of << operator

Ahmad Samir requested to merge work/ahmad/initializer_list-core into master

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

Merge request reports