Comment 5 for bug 1341671

Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

Hi Nekhelesh,

The issue you have discovered is actually a separate problem. The Qml processor contains an optimisation where, if you don't specialise your type with a property, it will use the parent type name. That's why, in your example, you get 'Page11' (the name of the parent type) or 'simplePage' depending on wherther the property is enabled or not.

Cheers,