Comment 52 for bug 1466347

Revision history for this message
In , Ilya Basin (basinilya) wrote :

I'm not a QT fan, but my tests show that:
- the started() and finished(int) events only work with QProcess::start(), not startDetached()
- For in-stack QProcess variables the finished(int) event is called on function return, not when the subprocess really dies