Remove QSpan typedef
It's in the way of the planned QtCore std::span reimplementation of the same name. Task-number: QTBUG-108124 Change-Id: I55d9391d72644c02e4e4143f4ad2f6756404dcc7 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>bb10
parent
660d4a0131
commit
67fe8f709f
|
|
@ -53,13 +53,6 @@ static const uint RMASK = 0x00ff0000;
|
|||
static const uint GMASK = 0x0000ff00;
|
||||
static const uint BMASK = 0x000000ff;
|
||||
|
||||
/*******************************************************************************
|
||||
* QSpan
|
||||
*
|
||||
* duplicate definition of FT_Span
|
||||
*/
|
||||
typedef QT_FT_Span QSpan;
|
||||
|
||||
struct QSolidData;
|
||||
struct QTextureData;
|
||||
struct QGradientData;
|
||||
|
|
|
|||
Loading…
Reference in New Issue