I would just use QProcess::startDetached and not use a thread at all for this kind of stuff.
I would just use QProcess::startDetached and not use a thread at all for this kind of stuff.
Since, Thread is a lightweight and process is the heavyweight, So it is unnecessary to define a heavyweight process under lightweight. I am not confirmed about that, but that what my perception says....
Bookmarks