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:
Topi Reinio 2019-07-04 12:35:49 +02:00
parent f574560948
commit 1e9355fdf2

View File

@ -1074,7 +1074,7 @@ QList<QByteArray> QImageReader::supportedSubTypes() const
\since 5.5 \since 5.5
Returns the transformation metadata of the image, including image orientation. If the format 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() \sa setAutoTransform(), autoTransform()
*/ */