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
Change-Id: I9d9b71572921edb8c33209a0b37a138fff3cf962
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
(cherry picked from commit 7a6f43b7c2afe91dbbc23cc759555ce6fe789889)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Balazs Erseki 2022-09-27 10:47:29 +02:00 committed by Qt Cherry-pick Bot
parent 45358c29d5
commit 8a4f8de3c9

View File

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