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.5 6.2
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit e366a47d65c782055a9e361ad7e18bda6cd33780)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 2c10bc7e12ac170c6ae87f592682538bd12213c8)
This commit is contained in:
Giuseppe D'Angelo 2023-10-23 17:48:28 +02:00 committed by Qt Cherry-pick Bot
parent 9720c6c00e
commit 1759fee357

View File

@ -124,13 +124,13 @@
variants should return a list of supported variant names variants should return a list of supported variant names
(QList<QByteArray>) in this option. (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. 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. 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 the transformation metadata of an image. A handler that supports this option
should not apply the transformation itself. should not apply the transformation itself.
*/ */