From 1759fee35781fb0f68ff3d61f6670e80c22509a0 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 23 Oct 2023 17:48:28 +0200 Subject: [PATCH] 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 (cherry picked from commit e366a47d65c782055a9e361ad7e18bda6cd33780) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 2c10bc7e12ac170c6ae87f592682538bd12213c8) --- src/gui/image/qimageiohandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/image/qimageiohandler.cpp b/src/gui/image/qimageiohandler.cpp index 264b720b5e5..1dcfd9a074e 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) 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. */