Fix warning due to undocumented function argument
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>
Mon, 24 Aug 2015 07:27:46 +0000 (10:27 +0300)
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>
Tue, 25 Aug 2015 06:00:46 +0000 (06:00 +0000)
Change-Id: I00654b72a654c7b2a762ace773a9caef37b1bdd5
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/corelib/tools/qstring.cpp

index c43a7be7fd25b2c3384eba0fa75a4f39d4e1498f..b16ae6a14a4e80bf0d124335011e01d9a76fd8ca 100644 (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
 {