Even though 4.6 claims to be binary compatible it seems that (some?) types declared with Q_DECLARE_METATYPE, in my case 'QObjectList' are no more declared by default. The same applies to qScriptRegisterSequenceMetaType <QObjectList> (...).
Fortunatelly the QtScript engine throws a warning in this case, however it is misleading as it moans about a missing qScriptRegisterMetaType. Does anybody know whether this is a bug or by intention, and what other types possibly are affected? Thanx Frank _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
