Suppose a QProcess is started() from the main/GUI thread. And suppose the new processes finished() signal is connected to a SLOT in the main/GUI thread. Please confirm this will use a Qt::queuedConnection type.

I'm almost certain it does as QProcess should be in another thread by definition.

Thanks,
-Rich