auto keyword
This commit is contained in:
parent
6fef215310
commit
618a97235e
@ -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() );
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user