From 6557a3c35c3e1d389001b1e8275503b51bd189af Mon Sep 17 00:00:00 2001 From: Balazs Erseki Date: Tue, 27 Sep 2022 10:47:29 +0200 Subject: [PATCH] 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. Change-Id: I9d9b71572921edb8c33209a0b37a138fff3cf962 --- src/corelib/global/qcompare.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.37.3.windows.1