My C++ app launches a QProcess, and after 60 seconds kills the process (if it runs too long). So that part is fine, but on the console I see:
QProcess: Destroyed while process ("myapp") is still running.
when the QProcess is killed. Is there some way to suppress this message? This isn't an error requiring notification of the user.