Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Migrate QList -> QVector
  • Loading branch information
suricactus authored and nyalldawson committed May 26, 2020
1 parent e8b8d1c commit 64b30b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology/qgsfillsymbollayer.h
Expand Up @@ -2035,7 +2035,7 @@ class CORE_EXPORT QgsCentroidFillSymbolLayer : public QgsFillSymbolLayer
struct Part
{
QPolygonF exterior;
QList<QPolygonF> rings;
QVector<QPolygonF> rings;
};

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

0 comments on commit 64b30b1

Please sign in to comment.