aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmllistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlmodels/qqmllistmodel.cpp')
-rw-r--r--src/qmlmodels/qqmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlmodels/qqmllistmodel.cpp b/src/qmlmodels/qqmllistmodel.cpp
index ef305562a5..0d556a2e0e 100644
--- a/src/qmlmodels/qqmllistmodel.cpp
+++ b/src/qmlmodels/qqmllistmodel.cpp
@@ -2283,7 +2283,7 @@ void QQmlListModel::clear()
/*!
\qmlmethod ListModel::remove(int index, int count = 1)
- Deletes the content at \a index from the model.
+ Deletes \a count number of items at \a index from the model.
\sa clear()
*/