Comment 2 for bug 1194778

Revision history for this message
Florian Boucault (fboucault) wrote :

The issue is likely to be with qmlRegisterExtendedType that does not proxy the property change signal from the extension object to the extended object.
Oddly, even firing the 'sourceChanged' signal on the extended object manually does not seem to work.