Whitespace fix for brace in qstring.cpp
Change-Id: Ia6cf0d2babd931c9ac2a441a9cfec35f2297dddb Reviewed-by: Robin Burchell <robin+qt@viroteck.net>bb10
parent
18b26d1fbf
commit
d13c254bef
|
|
@ -2757,7 +2757,7 @@ int QString::lastIndexOf(const QLatin1String &str, int from, Qt::CaseSensitivity
|
|||
int QString::lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
|
||||
{
|
||||
return qt_last_index_of(unicode(), size(), ch, from, cs);
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
\since 4.8
|
||||
|
|
|
|||
Loading…
Reference in New Issue