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 <szehowe.koh@gmail.com>
bb10
Samuel Gaist 2017-10-10 12:24:07 +02:00
parent 46eb7d6b70
commit 6f35d7ea4e
1 changed files with 1 additions and 1 deletions

View File

@ -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.