[Qt-interest] QProcess is still running
R. Reucher
rene.reucher at batcom-it.net
Mon May 18 08:23:52 CEST 2009
On Mon May 18 2009 08:19:37 Sujan Dasmahapatra wrote:
> Why is it coming any idea from anyone....pls help me .
This is a warning message: you are destroying the controlling QProcess object
(or it's implicitly destroyed), but the process which was called is still
running.
If you want to avoid this, either terminate() or kill() those processes,
and/or wait for them to finish (i. e. by using
QProcess::waitForFinished(int)).
HTH, René
--
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/
... My pants just went on a wild rampage through a Long Island Bowling
Alley!!
More information about the Qt-interest-old
mailing list