summaryrefslogtreecommitdiff
path: root/doc/src/examples/textobject.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/textobject.qdoc')
-rw-r--r--doc/src/examples/textobject.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/examples/textobject.qdoc b/doc/src/examples/textobject.qdoc
index 073b3e1..ca26dda 100644
--- a/doc/src/examples/textobject.qdoc
+++ b/doc/src/examples/textobject.qdoc
@@ -51,19 +51,19 @@
following steps:
\list
- \o Implement the text object.
- \o Register the text object with the layout of the text
+ \li Implement the text object.
+ \li Register the text object with the layout of the text
document.
- \o Set the text object on a QTextCharFormat.
- \o Insert a QChar::ObjectReplacementCharacter with that
+ \li Set the text object on a QTextCharFormat.
+ \li Insert a QChar::ObjectReplacementCharacter with that
text char format into the document.
\endlist
The example consists of the following classes:
\list
- \o \c{SvgTextObject} implements the text object.
- \o \c{Window} shows a QTextEdit into which SVG images can be
+ \li \c{SvgTextObject} implements the text object.
+ \li \c{Window} shows a QTextEdit into which SVG images can be
inserted.
\endlist