aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmllist.cpp')
-rw-r--r--src/qml/qml/qqmllist.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/qml/qqmllist.cpp b/src/qml/qml/qqmllist.cpp
index a0d34cbce7..887fe66bc1 100644
--- a/src/qml/qml/qqmllist.cpp
+++ b/src/qml/qml/qqmllist.cpp
@@ -648,8 +648,9 @@ Remove the last element from the list \a property.
/*!
\fn bool QQmlListReference::operator==(const QQmlListReference &other) const
-Compares two QQmlListReferences. They are only considered equal if one was
-created from the other via copy assignment or copy construction.
+Compares this QQmlListReference to \a other, and returns \c true if they are
+equal. The two are only considered equal if one was created from the other
+via copy assignment or copy construction.
\note Independently created references to the same object are not considered
to be equal.