Fix \since of QWeakOrdering and QStrongOrdering

Amending c6fe64b17c, which (thankfully)
didn't make the 6.6 feature-freeze cut.

Change-Id: I6c206020af3ba752422cc9f1adaebd7bbbd96024
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Marc Mutz 2023-11-15 14:17:48 +01:00
parent 2e82796022
commit 39ce0e3982
1 changed files with 2 additions and 2 deletions

View File

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