aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2012-11-28 18:32:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 20:44:04 +0100
commitb68d7ab0a52ea9e94a3e62767357e0c735727969 (patch)
tree9098d0948cb373e8ca9849fc85f3cc9b2b3f5055 /src/qml/qml/ftw
parent482d2bd1a91e33baff2d272a490311c58a376462 (diff)
Docs: Fix some reference errors
Change-Id: Idf616d765398fe694b203dde595347f642ce503e Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/qml/qml/ftw')
-rw-r--r--src/qml/qml/ftw/qintrusivelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/ftw/qintrusivelist.cpp b/src/qml/qml/ftw/qintrusivelist.cpp
index f7987fffa1..815a7a0dec 100644
--- a/src/qml/qml/ftw/qintrusivelist.cpp
+++ b/src/qml/qml/ftw/qintrusivelist.cpp
@@ -147,7 +147,7 @@ Returns an STL-style iterator pointing to the imaginary item after the last item
*/
/*!
-\fn iterator &QInplacelist::iterator::erase()
+\fn iterator &QIntrusiveList::iterator::erase()
Remove the current object from the list, and return an iterator to the next element.
*/