se
> return a.exec();
> instead of
> return 0;
>
> Debao
>
> 2012/2/27 lata agrawal :
> > Hi,
> >
> > I am running console application C1 in QProcess. I am starting this
> console
> > application C1 from another console application C2. Probl
Hi,
I am running console application C1 in QProcess. I am starting this console
application C1 from another console application C2. Problem is:
I am only getting finished signal from C1 when I use waitforfinshed() else
I am not getting finished signal from C1. Here is the code:
Q