aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qmlruntime.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qml/qmlruntime.qdoc')
-rw-r--r--doc/src/qml/qmlruntime.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qml/qmlruntime.qdoc b/doc/src/qml/qmlruntime.qdoc
index a803fabd7a..e5472aed99 100644
--- a/doc/src/qml/qmlruntime.qdoc
+++ b/doc/src/qml/qmlruntime.qdoc
@@ -50,8 +50,8 @@ the application. This is done by writing a Qt C++ application that loads the
QQmlEngine by either:
\list
-\o Loading the QML file through a QQuickView instance, or
-\o Creating a QQmlEngine instance and loading QML files with QQmlComponent
+\li Loading the QML file through a QQuickView instance, or
+\li Creating a QQmlEngine instance and loading QML files with QQmlComponent
\endlist