Revision 2ab5c8c...

Go back to digest for 21st July 2013

Features in Games

Anton Kreuzkamp committed changes in [qmlweb] src/qtcore.js:

Replace QMLList by a more general notify system.

Up to now there was class called QMLList, that actually did nothing but
overwriting push to emit a changed signal. This is now done when setting an
array as value of a property so it also works with arrays defined in qml code.

File Changes

Modified 1 files
  • src/qtcore.js
1 files changed in total