From: Sze Howe Koh Date: Mon, 28 Jan 2013 00:48:16 +0000 (+0800) Subject: Doc: Fix "Command '\li' outside of '\list' and '\table'" X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a74a2e913b66bde774a78ed679b08501012c2a53;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/src/quick/doc/src/tutorial.qdoc b/src/quick/doc/src/tutorial.qdoc index 21a5b8d..7dbb211 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.