summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-08-19 13:24:59 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-08-19 12:06:05 +0000
commite525d1f44d2678f0360a0ee6c9ce2c9cb44f52a2 (patch)
tree7446be1e70fdeca898e282cdec35721019e7f500 /src/corelib/tools/qstring.cpp
parent2473f4fac31fae8b40be0975fbf41b115333bda8 (diff)
Doc: Remove invalid uses of \relates command
A function cannot be both a member and a non-member of the same class. Change-Id: I07d1e04c09fea2ba1171b3692e716660044cd37a Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib/tools/qstring.cpp')
-rw-r--r--src/corelib/tools/qstring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 8bb8953dde..c43a7be7fd 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -2738,7 +2738,7 @@ bool operator<(const QString &s1, const QString &s2)
}
/*!
\overload operator<()
- \relates QString
+
Returns \c true if this string is lexically less than the parameter
string called \a other; otherwise returns \c false.
*/
@@ -2843,7 +2843,7 @@ bool QString::operator<(QLatin1String other) const
/*!
\overload operator>()
- \relates QString
+
Returns \c true if this string is lexically greater than the parameter
string \a other; otherwise returns \c false.
*/