aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlsyntax.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-10-03 10:57:39 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-04 08:32:33 +0200
commiteec55d54c99b28953476e452281a8c58bfc4495b (patch)
tree14fa45bf859fc182729504a6338d17962a937bda /doc/src/declarative/qmlsyntax.qdoc
parent1780033cb259bbb166fe9b4b14c92829a8e1800e (diff)
Doc: Converting the overviews' \e commands to \i commands.
\e commands are deprecated and are only supported through an alias. We should use the official command and not the deprecated command. Change-Id: Icf88b9cda673f436dd855f22960112d0a37c74eb Reviewed-on: http://codereview.qt-project.org/5918 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bea Lam <bea.lam@nokia.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'doc/src/declarative/qmlsyntax.qdoc')
-rw-r--r--doc/src/declarative/qmlsyntax.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/declarative/qmlsyntax.qdoc b/doc/src/declarative/qmlsyntax.qdoc
index 43be6af686..dfabc32985 100644
--- a/doc/src/declarative/qmlsyntax.qdoc
+++ b/doc/src/declarative/qmlsyntax.qdoc
@@ -103,7 +103,7 @@ Rotation {
\endcode
These expressions can include references to other objects and properties, in which case
-a \e binding is established: when the value of the expression changes, the property the
+a \i binding is established: when the value of the expression changes, the property the
expression has been assigned to is automatically updated to that value.
\code
@@ -122,8 +122,8 @@ Item {
In the example above, the \c text2 object will display the same text as \c text1. If \c text1 is changed,
\c text2 is automatically changed to the same value.
-Note that to refer to other objects, we use their \e id values. (See below for more
-information on the \e id property.)
+Note that to refer to other objects, we use their \i id values. (See below for more
+information on the \i id property.)
\section1 QML Comments