I have a C++/Qt5 program that sets the priority of the process using setpriority()
. That process launches several executable programs using QProcess.
Will the programs launched by QProcess run at the NEW priority of the main process? Or does QProcess set their priority to 0?