Doc: Fix incorrect enum value referenced in QImageReader::transformation()
And remove the \c command to enable auto-linking. Fixes: QTBUG-76878 Change-Id: Ia2352942c7e7040088347becbda07062a9544c98 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
This commit is contained in:
parent
f574560948
commit
1e9355fdf2
@ -1074,7 +1074,7 @@ QList<QByteArray> QImageReader::supportedSubTypes() const
|
||||
\since 5.5
|
||||
|
||||
Returns the transformation metadata of the image, including image orientation. If the format
|
||||
does not support transformation metadata \c QImageIOHandler::Transformation_None is returned.
|
||||
does not support transformation metadata, QImageIOHandler::TransformationNone is returned.
|
||||
|
||||
\sa setAutoTransform(), autoTransform()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user