From 6f35d7ea4ea86c5ec2650521f810aee5c101d691 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Tue, 10 Oct 2017 12:24:07 +0200 Subject: Doc: fix indexOf QRegularExpression overload documentation That overload documentation was missing the "exact" qualifier regarding the search result. Change-Id: I27a08b60f9b88ae497f8bd9d9ba6a99f4a9ab4d6 Reviewed-by: Sze Howe Koh --- src/corelib/tools/qstringlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3