[Qt-interest] Errors
R. Reucher
rene.reucher at batcom-it.net
Wed May 20 08:33:41 CEST 2009
On Wed May 20 2009 08:19:43 Sujan Dasmahapatra wrote:
> Dear friends I am running internally from my code two times another
> programmer and after normal exit I am deleting my QProcess object
> process.But still I am getting these messages so many times after a
> complete execution of my software.
>
> Whats the reason can anyone tell me plssss.
Did you even read the previous posts regarding this question? Please avoid
double posts, thanks!
In short this means the following: you _delete_ the QProcess object, but the
process itself is still running. You need to terminate()/kill() it first, or
need to waitForFinished(), or ignore this (if this should be wanted). Ans
it's a warning, no error.
Cheers, René
--
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/
Famous last words:
(1) "Don't worry, I can handle it."
(2) "You and what army?"
(3) "If you were as smart as you think you are, you wouldn't be
a cop."
More information about the Qt-interest-old
mailing list