From 2506c7c7cce4e046244691850f1b7c7d86b2303d Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 28 Aug 2014 19:15:19 +0200 Subject: 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 --- src/gui/painting/qbrush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/painting/qbrush.h') diff --git a/src/gui/painting/qbrush.h b/src/gui/painting/qbrush.h index 4d8c97e255..e09ad3e1af 100644 --- a/src/gui/painting/qbrush.h +++ b/src/gui/painting/qbrush.h @@ -243,7 +243,7 @@ private: qreal cx, cy, angle; } conical; } m_data; - void *dummy; + void *dummy; // ### Qt 6: replace with actual content (CoordinateMode, InterpolationMode, ...) }; inline void QGradient::setSpread(Spread aspread) -- cgit v1.2.3