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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to