From 90e7cc172a7521396bb2d49720ee4ceb9a9390b3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 6 Aug 2014 01:29:28 -0300 Subject: Move a few QStringList methods up to QList This should be completely source-compatible, aside from the indirect header order change. Change-Id: I4cf8800ea1bfeb3023c7319991ab8ae281c925e8 Reviewed-by: Olivier Goffart --- src/corelib/tools/qlist.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/corelib/tools/qlist.cpp') diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp index b91fd38a5f..a5e43e2ca5 100644 --- a/src/corelib/tools/qlist.cpp +++ b/src/corelib/tools/qlist.cpp @@ -475,6 +475,12 @@ void **QListData::erase(void **xi) If T is a QByteArray, this class has a couple more members that can be used. See the documentation for QByteArrayList for more information. + If T is QString, this class has the following additional members: + \l{QStringList::filter()}{filter}, + \l{QStringList::join()}{join}, + \l{QStringList::removeDuplicates()}{removeDuplicates}, + \l{QStringList::sort()}{sort}. + \sa QListIterator, QMutableListIterator, QLinkedList, QVector */ -- cgit v1.2.3