From 5e84f22a0a01fd67c6ff64dc173f88eb632f0260 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Thu, 9 Jan 2025 12:49:08 +0100 Subject: [PATCH] [docs] Fix a typo in the QColorSpace class name That prevented qdoc from generating the docs for the fromPrimaries() function. Amends bde2292247bf4849852355c0dcc71f97c9daace9. Found in Qt 6.9 API review. Change-Id: I2f5c57a4dc4a437798907c64fb657c9fda61e0df Reviewed-by: Volker Hilsheimer (cherry picked from commit e2756158dcf87fea757475d711ac9cda20f42152) Reviewed-by: Qt Cherry-pick Bot --- src/gui/painting/qcolorspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/painting/qcolorspace.cpp b/src/gui/painting/qcolorspace.cpp index 19b8f6bb49e..5905a02e67a 100644 --- a/src/gui/painting/qcolorspace.cpp +++ b/src/gui/painting/qcolorspace.cpp @@ -659,7 +659,7 @@ void QColorSpacePrivate::clearElementListProcessingForEdit() */ /*! - \fn QColorSpace::PrimaryPoints QColorSpace::PrimaryPoints::fromPrimaries(QColorspace::Primaries primaries); + \fn QColorSpace::PrimaryPoints QColorSpace::PrimaryPoints::fromPrimaries(QColorSpace::Primaries primaries); Returns the four primary points making up \a primaries. */