projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b26d1
)
Whitespace fix for brace in qstring.cpp
author
Thiago Macieira
<thiago.macieira@intel.com>
Thu, 22 Mar 2012 14:55:18 +0000
(11:55 -0300)
committer
Qt by Nokia
<qt-info@nokia.com>
Thu, 22 Mar 2012 23:44:10 +0000
(
00:44
+0100)
Change-Id: Ia6cf0d2babd931c9ac2a441a9cfec35f2297dddb
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/tools/qstring.cpp
patch
|
blob
|
history
diff --git
a/src/corelib/tools/qstring.cpp
b/src/corelib/tools/qstring.cpp
index
54b23fb
..
f1eb398
100644
(file)
--- a/
src/corelib/tools/qstring.cpp
+++ b/
src/corelib/tools/qstring.cpp
@@
-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