Fix warning due to undocumented function argument

Change-Id: I00654b72a654c7b2a762ace773a9caef37b1bdd5
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Louai Al-Khanji 2015-08-24 10:27:46 +03:00
parent 6c21a0ea0e
commit 789b79fd8a

View File

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