From 200b9d2e812b9cfdfab6fda67fd54c9f17a9c07b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 7 Nov 2022 17:25:44 +0100 Subject: [PATCH] [doc] QRasterPaintEngine: remove docs for QSpan Nothing in this class uses it, so there's no reason to document the typedef. It will just confuse both the compiler and the user when we add QSpan (a std::span implementation). Task-number: QTBUG-108124 Change-Id: Iff0249d2e12a05fca15998a046a0b1bf607b60be Reviewed-by: Fabian Kosmale Reviewed-by: Edward Welbourne (cherry picked from commit 735048051933bc30a3a0398ba40f86e4b6ba72d2) Reviewed-by: Qt Cherry-pick Bot --- src/gui/painting/qpaintengine_raster.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/gui/painting/qpaintengine_raster.cpp b/src/gui/painting/qpaintengine_raster.cpp index f3dc7588f9d..13a1cd54371 100644 --- a/src/gui/painting/qpaintengine_raster.cpp +++ b/src/gui/painting/qpaintengine_raster.cpp @@ -276,15 +276,6 @@ QRasterPaintEnginePrivate::QRasterPaintEnginePrivate() : \reimp */ -/*! - \typedef QSpan - \relates QRasterPaintEngine - - A struct equivalent to QT_FT_Span, containing a position (x, - y), the span's length in pixels and its color/coverage (a value - ranging from 0 to 255). -*/ - /*! \since 4.5