[Interest] QML QList<long long> possible?

mailinglist inputoutput qtinerest.rpm at gmail.com
Sat Jun 14 02:30:30 CEST 2014


 Q_PROPERTY(QList<qulonglong>  READ myValue NOTIFY myValueChanged)
 qRegisterMetaType<QList<qulonglong> >("myID");

results in qml: QVariant(QList<qulonglong>) and the application crashes: The
program has unexpectedly finished.
myValue to check if I cause the crash, i set myValue to an empty
QList<qulonglong> and it still crashes on initializing the program
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140614/d7559261/attachment.html>


More information about the Interest mailing list