We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ba110 commit c1ca74cCopy full SHA for c1ca74c
python/core/symbology-ng-core.sip
@@ -79,7 +79,7 @@ public:
79
80
virtual QgsSymbolV2List symbols()=0;
81
82
- void renderFeature(QgsFeature& feature, QgsRenderContext& context, int layer = -1, bool drawVertexMarker = false );
+ virtual void renderFeature(QgsFeature& feature, QgsRenderContext& context, int layer = -1, bool drawVertexMarker = false );
83
84
bool usingSymbolLevels() const;
85
void setUsingSymbolLevels(bool usingSymbolLevels);
0 commit comments