On sábado, 20 de julho de 2013 17.59.39, ynon perek wrote:
> avfimagecapturecontrol.mm: In function ‘void
> __capture_block_invoke_1(void*, opaqueCMSampleBuffer*, NSError*)’:
> avfimagecapturecontrol.mm:121: error: ‘QStringList
> AVFImageCaptureControl::messageParts’ is not a static member of ‘class
> AVFImageCaptureControl’
[snip]

> Taking a quick look I didn't find the #include <QtCore/QStringList> in the
> file (or any of the included). Ideas what I did wrong ?

It looks like a parsing error from the compiler. QStringList messageParts is
supposed to be declared on the stack of the capture block. It's not static.

Can you try another compiler?

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to