diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/qmlintro.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlintro.qdoc b/doc/src/declarative/qmlintro.qdoc index ced2d68..fec8f11 100644 --- a/doc/src/declarative/qmlintro.qdoc +++ b/doc/src/declarative/qmlintro.qdoc @@ -200,7 +200,7 @@ If a list property has been the default property, it means the property tag can \code State { - operations: [ + changes: [ SetProperties {}, SetProperties {} ] |