QGradient: note to unwrap 'void *dummy' in Qt 6
It was already forgotten for 5.0, let's not continue to use Qt 4 BC hacks in Qt 6, too. Change-Id: Ifa798115562ebd15dd9beade73a49dfbc23a208f Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
400f8a49b8
commit
2506c7c7cc
@ -243,7 +243,7 @@ private:
|
|||||||
qreal cx, cy, angle;
|
qreal cx, cy, angle;
|
||||||
} conical;
|
} conical;
|
||||||
} m_data;
|
} m_data;
|
||||||
void *dummy;
|
void *dummy; // ### Qt 6: replace with actual content (CoordinateMode, InterpolationMode, ...)
|
||||||
};
|
};
|
||||||
|
|
||||||
inline void QGradient::setSpread(Spread aspread)
|
inline void QGradient::setSpread(Spread aspread)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user