From 735048051933bc30a3a0398ba40f86e4b6ba72d2 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). Pick-to: 6.4 6.2 Task-number: QTBUG-108124 Change-Id: Iff0249d2e12a05fca15998a046a0b1bf607b60be Reviewed-by: Fabian Kosmale Reviewed-by: Edward Welbourne --- 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 66123eee7d..1a2dbb6a9f 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