diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-29 06:08:06 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-29 06:08:57 (GMT) |
commit | 730dc7099f67c42773907c813366dea51e388964 (patch) | |
tree | ebdce9f095e7d801564c14e6606f069f6eb73ffd /doc | |
parent | 8c50262bfd9239bafdac0fbe03316af2b1e01d98 (diff) | |
download | Qt-730dc7099f67c42773907c813366dea51e388964.zip Qt-730dc7099f67c42773907c813366dea51e388964.tar.gz Qt-730dc7099f67c42773907c813366dea51e388964.tar.bz2 |
Doc
QTBUG-9273
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/scope.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/scope.qdoc b/doc/src/declarative/scope.qdoc index c588b45..964f7d5 100644 --- a/doc/src/declarative/scope.qdoc +++ b/doc/src/declarative/scope.qdoc @@ -160,7 +160,7 @@ Bindings have access to the scope object's properties without qualification. In the previous example, the binding accesses the \l Item's \c parent property directly, without needing any form of object prefix. QML introduces a more structured, object-oriented approach to JavaScript, and consequently does not -require (although it does support) use of the implicit \c this property. +require the use of the JavaScript \c this property. Care must be used when accessing \l {Attached Properties} from bindings due to their interaction with the scope object. Conceptually attached properties |