Commit a74a2e91 authored by Sze Howe Koh's avatar Sze Howe Koh Committed by The Qt Project
Browse files

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: default avatarJerome Pasion <jerome.pasion@digia.com>
parent 7cbfd6b3
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -219,7 +219,7 @@ Because we don't want the text to appear at the bottom instantly but rather move ...@@ -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. we add a transition between our two states.
\c from and \c to define the states between which the transition will run. \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, 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. we set \c reversible to \c true.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment