Doc: corrected minor link issue to id attribute
Change-Id: I0143e212b2236cef5bfad42fb9b0f9837b825649 Task-number: QTBUG-43810 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
This commit is contained in:
parent
187a5b0c6e
commit
c2ef3674a3
|
@ -74,7 +74,7 @@ configurations with the \c PropertyChanges type.
|
|||
\snippet qml/states.qml signal states
|
||||
The \l PropertyChanges type will change the values of object properties.
|
||||
Objects are referenced through their
|
||||
\l{qtqml-syntax-objectattributes.html#the-id-assignment}{id}. Objects outside
|
||||
\l{qtqml-syntax-objectattributes.html#the-id-attribute}{id}. Objects outside
|
||||
the component are also referenced using the \c id property, exemplified by the
|
||||
property change to the external \c flag object.
|
||||
|
||||
|
|
Loading…
Reference in New Issue