[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. Pick-to: 6.9 Change-Id: I2f5c57a4dc4a437798907c64fb657c9fda61e0df Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
5dcdeeebbc
commit
e2756158dc
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user