diff options
author | David Boddie <dboddie@trolltech.com> | 2009-05-25 18:10:25 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-05-25 18:10:25 (GMT) |
commit | 8b34bd541c6aa201c4d872210228bce8217a5e03 (patch) | |
tree | ba1869e6ac9c4ef1b877904a566997219930e574 /src/corelib | |
parent | 152d5fb2d97432d92b6b84e6e81c0236d278ac5d (diff) | |
download | Qt-8b34bd541c6aa201c4d872210228bce8217a5e03.zip Qt-8b34bd541c6aa201c4d872210228bce8217a5e03.tar.gz Qt-8b34bd541c6aa201c4d872210228bce8217a5e03.tar.bz2 |
Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qstringlist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/tools/qstringlist.cpp b/src/corelib/tools/qstringlist.cpp index e22f122..cf1bff8 100644 --- a/src/corelib/tools/qstringlist.cpp +++ b/src/corelib/tools/qstringlist.cpp @@ -621,8 +621,6 @@ int QtPrivate::QStringList_lastIndexOf(const QStringList *that, QRegExp &rx, int the list, searching forward from index position \a from. Returns -1 if no item matched. - By default, this function is case sensitive. - \sa lastIndexOf(), contains(), QList::indexOf() */ |