summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2023-10-23 17:48:28 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-01-13 10:45:33 +0100
commite366a47d65c782055a9e361ad7e18bda6cd33780 (patch)
tree4931e1a926beee327a9e318fa58fdc92b8c9d64e /src/gui/image
parent88e41fd03481d490e7fcf9429849c8fa5a5743e5 (diff)
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>
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qimageiohandler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/image/qimageiohandler.cpp b/src/gui/image/qimageiohandler.cpp
index 264b720b5e..1dcfd9a074 100644
--- a/src/gui/image/qimageiohandler.cpp
+++ b/src/gui/image/qimageiohandler.cpp
@@ -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.
*/