On 25 September 2014 10:20, Thiago Macieira wrote:
> On Wednesday 24 September 2014 19:19:13 Thiago Macieira wrote:
>> On Thursday 25 September 2014 09:37:49 nus1998 wrote:
>> > Hi All,
>> >
>> > I met a issue when use the new connecting method, in my code:
>> > connect(m_process,&QProcess::finish
Thanks, it works
At 2014-09-25 10:20:04, "Thiago Macieira" wrote:
>On Wednesday 24 September 2014 19:19:13 Thiago Macieira wrote:
>> On Thursday 25 September 2014 09:37:49 nus1998 wrote:
>> > Hi All,
>> >
>> > I met a issue when use the new connecting method, in my code:
>> > connect(m_process,
On Wednesday 24 September 2014 19:19:13 Thiago Macieira wrote:
> On Thursday 25 September 2014 09:37:49 nus1998 wrote:
> > Hi All,
> >
> > I met a issue when use the new connecting method, in my code:
> > connect(m_process,&QProcess::finished,this,&Dialog::done);
> > which will cause a error as fo
On Thursday 25 September 2014 09:37:49 nus1998 wrote:
> Hi All,
>
> I met a issue when use the new connecting method, in my code:
> connect(m_process,&QProcess::finished,this,&Dialog::done);
> which will cause a error as follow:
> error: no matching function for call to 'Dialog::connect(QProcess*&
Hi All,
I met a issue when use the new connecting method, in my code:
connect(m_process,&QProcess::finished,this,&Dialog::done);
which will cause a error as follow:
error: no matching function for call to 'Dialog::connect(QProcess*&,
, Dialog* const, void (Dialog::*)())'
connect(m_process, &