summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorBalazs Erseki <balazs.erseki@mylaps.com>2022-09-27 10:47:29 +0200
committerPaul Wicking <paul.wicking@qt.io>2022-11-01 14:52:12 +0000
commit7a6f43b7c2afe91dbbc23cc759555ce6fe789889 (patch)
treef2f9c5c3c3584e4a9b966a20c8383fc6650242ec /src/corelib/global
parentedb00660e47a82ac24048841100d7d7e59a7805e (diff)
Fix documentation of QPartialOrdering::Greater
When it was added, Greater's description was the same as Equivalent's. This commit solves it by a proper description. Fixes: QTBUG-106983 Pick-to: 6.4 Change-Id: I9d9b71572921edb8c33209a0b37a138fff3cf962 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qcompare.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qcompare.qdoc b/src/corelib/global/qcompare.qdoc
index e822f40490..33b8f31000 100644
--- a/src/corelib/global/qcompare.qdoc
+++ b/src/corelib/global/qcompare.qdoc
@@ -26,7 +26,7 @@
object is equivalent to the second;
\li \c QPartialOrdering::Greater represents that the first object
- is equivalent to the second;
+ is greater than the second;
\li \c QPartialOrdering::Unordered represents that the first object
is \e{not ordered} with respect to the second.