[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:
parent
21b8d6ae32
commit
200b9d2e81
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user