summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-01 12:47:13 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-01 13:10:45 (GMT)
commit847e7af62c95a309d1fedbded72a542972f2503d (patch)
tree320a206eb9ddd48a2a6d14fd89f600ace3d64788 /src/corelib/tools
parent6f64d81da628dcc9180170f2ae4d206c5e2c3899 (diff)
downloadQt-847e7af62c95a309d1fedbded72a542972f2503d.zip
Qt-847e7af62c95a309d1fedbded72a542972f2503d.tar.gz
Qt-847e7af62c95a309d1fedbded72a542972f2503d.tar.bz2
QList document referenced to non existing function
QList documentation introduces a QStringList-class and states that it has function: QStringList::find. Function does not exist. Changed so that the mention of the QStringList::find-function is removed from the documentation. Task-number: QTBUG-16164 Merge-request: 2698 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp
index 18bfe24..2e95ef8 100644
--- a/src/corelib/tools/qlist.cpp
+++ b/src/corelib/tools/qlist.cpp
@@ -469,8 +469,8 @@ void **QListData::erase(void **xi)
\snippet doc/src/snippets/code/src_corelib_tools_qlistdata.cpp 0
Qt includes a QStringList class that inherits QList\<QString\>
- and adds a few convenience functions, such as QStringList::join()
- and QStringList::find(). (QString::split() creates QStringLists
+ and adds a convenience function QStringList::join().
+ (QString::split() creates QStringLists
from strings.)
QList stores a list of items. The default constructor creates an