aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-01-28 08:48:16 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 12:20:53 +0100
commita74a2e913b66bde774a78ed679b08501012c2a53 (patch)
tree9891bed96203033741bdbdaa55ede2bba0f78387
parent7cbfd6b3d26df37d06b54ecc873acb63dfa945e8 (diff)
Doc: Fix "Command '\li' outside of '\list' and '\table'"
It doesn't look like any list is meant to be here. All other instances of "down" are italicized in this document, so we follow suit. Change-Id: I2f0c55dba2025b4eef81248a5f650ebaaaa5bb3a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/quick/doc/src/tutorial.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/tutorial.qdoc b/src/quick/doc/src/tutorial.qdoc
index 21a5b8daee..7dbb211cb8 100644
--- a/src/quick/doc/src/tutorial.qdoc
+++ b/src/quick/doc/src/tutorial.qdoc
@@ -219,7 +219,7 @@ Because we don't want the text to appear at the bottom instantly but rather move
we add a transition between our two states.
\c from and \c to define the states between which the transition will run.
-In this case, we want a transition from the default state to our \li down state.
+In this case, we want a transition from the default state to our \e down state.
Because we want the same transition to be run in reverse when changing back from the \e down state to the default state,
we set \c reversible to \c true.