Fix warning due to undocumented function argument
Change-Id: I00654b72a654c7b2a762ace773a9caef37b1bdd5 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
6c21a0ea0e
commit
789b79fd8a
@ -2680,6 +2680,8 @@ bool operator==(const QString &s1, const QString &s2)
|
||||
|
||||
/*!
|
||||
\overload operator==()
|
||||
Returns \c true if this string is equal to \a other; otherwise
|
||||
returns \c false.
|
||||
*/
|
||||
bool QString::operator==(QLatin1String other) const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user