Skip to content

Commit

Permalink
Add file missing from 3e4536
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 23, 2016
1 parent 3e45369 commit 7dcef00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/symbology-ng/qgssymbolv2.h
Expand Up @@ -315,8 +315,9 @@ class CORE_EXPORT QgsSymbolV2
//! @deprecated since 2.14, use QgsSymbolLayerV2::isCompatibleWithSymbol instead
Q_DECL_DEPRECATED bool isSymbolLayerCompatible( SymbolType layerType );

//! render editing vertex marker at specified point
void renderVertexMarker( QPointF& pt, QgsRenderContext& context, int currentVertexMarkerType, int currentVertexMarkerSize );
//! Render editing vertex marker at specified point
//! @note added in QGIS 2.16
void renderVertexMarker( QPointF pt, QgsRenderContext& context, int currentVertexMarkerType, int currentVertexMarkerSize );

SymbolType mType;
QgsSymbolLayerV2List mLayers;
Expand Down

0 comments on commit 7dcef00

Please sign in to comment.