Skip to content

Wait until kconf_update finished

Fabian Vogt requested to merge work/fvogt/process into master

Previously it was missing waitForStarted() before waitForFinished(), which resulted in a warning that the process was still running when the QProcess got destroyed. Fix that by just using QProcess:execute.

Additionally, print a warning on non-zero exit code or start failure.

Merge request reports