Nitpick: fix style in QtCore code
Change-Id: I28ab07f950c0992a2f3e14d139363d6c1b8af673 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
94ba4733cd
commit
e88ccc0c42
@ -4442,11 +4442,11 @@ bool QString::startsWith(const QStringRef &s, Qt::CaseSensitivity cs) const
|
||||
|
||||
\sa startsWith()
|
||||
*/
|
||||
bool QString::endsWith(const QString& s, Qt::CaseSensitivity cs) const
|
||||
bool QString::endsWith(const QString &s, Qt::CaseSensitivity cs) const
|
||||
{
|
||||
return qt_ends_with(isNull() ? 0 : unicode(), size(),
|
||||
s.isNull() ? 0 : s.unicode(), s.size(), cs);
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
\since 4.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user