auto keyword

This commit is contained in:
Uwe Rathmann 2022-10-14 17:13:57 +02:00
parent 6fef215310
commit 618a97235e

View File

@ -19,7 +19,7 @@ void QskArcRenderer::renderArc(const QRectF& rect,
QGradientStops stops;
stops.reserve( gradient.stops().count() );
for( const QskGradientStop& stop : qAsConst( gradient.stops() ) )
for( const auto& stop : qAsConst( gradient.stops() ) )
stops += QGradientStop( stop.position(), stop.color() );
/*