Readonly QML property support
authorAaron Kennedy <aaron.kennedy@nokia.com>
Wed, 26 Oct 2011 14:04:58 +0000 (15:04 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 26 Oct 2011 16:38:40 +0000 (18:38 +0200)
commitb79ceabb43427ba73fb0d64bd24f46c44e6a9d8d
treec15e0907029d996cbee83735c3e5bd382ee2a6f9
parenta927dc97844fd23e295387f8174367f3f4be2977
Readonly QML property support

Task-number: QTBUG-15257
Change-Id: I539b6e6a9e0e0172b68e8002aaa3f7c7e6648769
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
13 files changed:
src/declarative/qml/qdeclarativecompiler.cpp
src/declarative/qml/qdeclarativecompiler_p.h
src/declarative/qml/qdeclarativescript.cpp
src/declarative/qml/qdeclarativescript_p.h
tests/auto/declarative/qdeclarativeecmascript/data/readonlyDeclaration.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
tests/auto/declarative/qdeclarativelanguage/data/ReadOnlyType.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativelanguage/data/property.5.errors.txt [deleted file]
tests/auto/declarative/qdeclarativelanguage/data/property.5.qml [deleted file]
tests/auto/declarative/qdeclarativelanguage/data/readOnly.5.errors.txt
tests/auto/declarative/qdeclarativelanguage/data/readOnly.5.qml
tests/auto/declarative/qdeclarativelanguage/data/readonly.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp