On 05 Jun 2014, at 00:25, Thiago Macieira <thiago.macie...@intel.com> wrote:

> Em qua 04 jun 2014, às 10:32:17, Olivier Goffart escreveu:
>> In general, i think it would be beneficial to have some public API in
>> QObject  to create dynamic signals or slots.
> 
> This has been asked from the QML-on-Go discussions. We just told them to use 
> the private QMetaObjectBuilder class.

That makes QML-on-Go harder to use though:  We distribute 
qmetaobjectbuilder_p.h in the binary packages but I believe you have to use a 
version-spesifc include: 

#include <5.3.0/QtCore/private/qmetaobjectbuilder_p.h>

Could we add a public C API for QObject and QML bindings?

Morten
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to