Doc: Fix "Command '\li' outside of '\list' and '\table'"
authorSze Howe Koh <szehowe.koh@gmail.com>
Mon, 28 Jan 2013 00:48:16 +0000 (08:48 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 28 Jan 2013 11:20:53 +0000 (12:20 +0100)
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>

src/quick/doc/src/tutorial.qdoc

index 21a5b8d..7dbb211 100644 (file)
@@ -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.