summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/customsortfiltermodel.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/customsortfiltermodel.qdoc')
-rw-r--r--doc/src/examples/customsortfiltermodel.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/customsortfiltermodel.qdoc b/doc/src/examples/customsortfiltermodel.qdoc
index ac9fbb93a3..61230a7b9a 100644
--- a/doc/src/examples/customsortfiltermodel.qdoc
+++ b/doc/src/examples/customsortfiltermodel.qdoc
@@ -48,10 +48,10 @@
\list
- \o The \c MySortFilterProxyModel class provides a custom proxy
+ \li The \c MySortFilterProxyModel class provides a custom proxy
model.
- \o The \c Window class provides the main application window,
+ \li The \c Window class provides the main application window,
using the custom proxy model to sort and filter a standard
item model.