diff --git a/src/corelib/tools/qstringlist.cpp b/src/corelib/tools/qstringlist.cpp index d65563f76d..17f6bd8539 100644 --- a/src/corelib/tools/qstringlist.cpp +++ b/src/corelib/tools/qstringlist.cpp @@ -681,7 +681,7 @@ int QtPrivate::QStringList_lastIndexOf(const QStringList *that, QRegExp &rx, int \overload \since 5.0 - Returns the index position of the first match of \a re in + Returns the index position of the first exact match of \a re in the list, searching forward from index position \a from. Returns -1 if no item matched.