From cf81bf2e2dc366637ec2981d20315e3cf88c55e8 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 4 Sep 2014 11:52:29 +0200 Subject: Doc: corrected autolink errors qtbase/corelib/tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also corrected some minor language/spelling issues Task-number: QTBUG-40362 Change-Id: I00d76521fc9beb4e7a4a83ff6dc3334a055a7148 Reviewed-by: Topi Reiniƶ Reviewed-by: Jerome Pasion --- src/corelib/tools/qlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qlist.cpp') diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp index 2f9a7ca80f..4c3f99c3a0 100644 --- a/src/corelib/tools/qlist.cpp +++ b/src/corelib/tools/qlist.cpp @@ -386,8 +386,8 @@ void **QListData::erase(void **xi) Qt includes a QStringList class that inherits QList\ and adds a few convenience functions, such as QStringList::join() - and QStringList::find(). (QString::split() creates QStringLists - from strings.) + and QStringList::filter(). QString::split() creates QStringLists + from strings. QList stores a list of items. The default constructor creates an empty list. To insert items into the list, you can use -- cgit v1.2.3