Re: [Interest] connecting to QObject member of QProcess

2014-09-25 Thread Sze Howe Koh
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

Re: [Interest] connecting to QObject member of QProcess

2014-09-24 Thread nus1998
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,

Re: [Interest] connecting to QObject member of QProcess

2014-09-24 Thread Thiago Macieira
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

Re: [Interest] connecting to QObject member of QProcess

2014-09-24 Thread Thiago Macieira
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*&

[Interest] connecting to QObject member of QProcess

2014-09-24 Thread nus1998
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, &