From 39ce0e3982aa9d8f5e874a849a4101148c1632a2 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 15 Nov 2023 14:17:48 +0100 Subject: [PATCH] Fix \since of QWeakOrdering and QStrongOrdering Amending c6fe64b17c87ec985f17389bf08eee46606862d4, which (thankfully) didn't make the 6.6 feature-freeze cut. Change-Id: I6c206020af3ba752422cc9f1adaebd7bbbd96024 Reviewed-by: Ivan Solovev Reviewed-by: Thiago Macieira --- src/corelib/global/qcompare.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/global/qcompare.qdoc b/src/corelib/global/qcompare.qdoc index 2f78a85ae8..ffeb1ec887 100644 --- a/src/corelib/global/qcompare.qdoc +++ b/src/corelib/global/qcompare.qdoc @@ -96,7 +96,7 @@ \brief QStrongOrdering represents a comparison where equivalent values are indistinguishable. \sa QWeakOrdering, QPartialOrdering, {Comparison types overview} - \since 6.6 + \since 6.7 A value of type QStrongOrdering is typically returned from a three-way comparison function. Such a function compares two objects and establishes @@ -257,7 +257,7 @@ \brief QWeakOrdering represents a comparison where equivalent values are still distinguishable. \sa QStrongOrdering, QPartialOrdering, {Comparison types overview} - \since 6.6 + \since 6.7 A value of type QWeakOrdering is typically returned from a three-way comparison function. Such a function compares two objects and establishes