[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 <fabian.kosmale@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit 735048051933bc30a3a0398ba40f86e4b6ba72d2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2022-11-07 17:25:44 +01:00 committed by Qt Cherry-pick Bot
parent 21b8d6ae32
commit 200b9d2e81

View File

@ -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