PDA

View Full Version : How many times the same QProcess instance can be launched?



alexcodercpp
5th September 2015, 16:07
If I 1) added arguments to the process, 2) started it 3) waited until it finished 4) received it's exitStatus 5) cleared it's arguments - can I start() it (the QProcess instance) one more time after repeating the whole cycle again?

anda_skoa
5th September 2015, 16:23
yes

Cheers,
_