QImageIOHandler: doc tidies

Remove a "." after the enumerator names that would end up in the docs.

This work has been kindly sponsored by the QGIS project
(https://qgis.org/).

Change-Id: I6db1e83331552a58f77479166a67b88bb25f2d6e
Pick-to: 6.7 6.6 6.5 6.2
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Giuseppe D'Angelo 2023-10-23 17:48:28 +02:00
parent 88e41fd034
commit e366a47d65

View File

@ -124,13 +124,13 @@
variants should return a list of supported variant names
(QList<QByteArray>) in this option.
\value OptimizedWrite. A handler which supports this option
\value OptimizedWrite A handler which supports this option
is expected to turn on optimization flags when writing.
\value ProgressiveScanWrite. A handler which supports
\value ProgressiveScanWrite A handler which supports
this option is expected to write the image as a progressive scan image.
\value ImageTransformation. A handler which supports this option can read
\value ImageTransformation A handler which supports this option can read
the transformation metadata of an image. A handler that supports this option
should not apply the transformation itself.
*/