Re: [Interest] moc code : incomplete type 'void' is not assignable [FIXED]

2015-07-23 Thread Thiago Macieira
On Thursday 23 July 2015 17:05:00 Jason H wrote: > Sorry, I got bit by copy-paste. It should be: > > Q_PROPERTY(QCamera* setCamera READ camera WRITE setCamera) Are you sure? Because your bad paste would lead exactly to the error that you posted. Please recheck our sources and clean your build.

Re: [Interest] moc code : incomplete type 'void' is not assignable [FIXED]

2015-07-23 Thread Jason H
Sorry, I got bit by copy-paste. It should be: Q_PROPERTY(QCamera* setCamera READ camera WRITE setCamera) > Sent: Thursday, July 23, 2015 at 10:56 AM > From: "Jason H" > To: interest > Subject: [Interest] moc code : incomplete type 'void' is not assignable > > I'm getting an error in moc-genera