Skip to content

Commit 64b30b1

Browse files
suricactusnyalldawson
authored andcommittedMay 26, 2020
Migrate QList -> QVector
1 parent e8b8d1c commit 64b30b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/symbology/qgsfillsymbollayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ class CORE_EXPORT QgsCentroidFillSymbolLayer : public QgsFillSymbolLayer
20352035
struct Part
20362036
{
20372037
QPolygonF exterior;
2038-
QList<QPolygonF> rings;
2038+
QVector<QPolygonF> rings;
20392039
};
20402040

20412041
void render( QgsRenderContext &context, const QVector<Part> &parts, const QgsFeature &feature, bool selected );

0 commit comments

Comments
 (0)
Please sign in to comment.