hi,

some messages in progress debug window are doubled now.

we use signal/slot mechanism for seeing process started
connect(proc_, SIGNAL(started()), this, SLOT(processStarted()));

for reason i dont understand we reach into the processStarted() slot
twice for a single call. this seems to happen inside call
return proc_->waitForStarted(timeout); (Systemcall.cpp:298)

is this expected or a bug?
pavel

Reply via email to