aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qintrusivelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qintrusivelist.cpp')
-rw-r--r--src/declarative/qml/qintrusivelist.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/declarative/qml/qintrusivelist.cpp b/src/declarative/qml/qintrusivelist.cpp
index a94f5152a3..dabb893e91 100644
--- a/src/declarative/qml/qintrusivelist.cpp
+++ b/src/declarative/qml/qintrusivelist.cpp
@@ -113,6 +113,12 @@ Remove \a object from the list. \a object must not be null.
*/
/*!
+\fn bool QIntrusiveList::contains(N *object) const
+
+Returns true if the list contains \a object; otherwise returns false.
+*/
+
+/*!
\fn N *QIntrusiveList::first() const
Returns the first entry in this list, or null if the list is empty.