Skip to content

Commit

Permalink
ccpcheck suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 3, 2021
1 parent 0cae2be commit 30c7f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/symbology/qgsmarkersymbollayer.h
Expand Up @@ -414,7 +414,7 @@ class CORE_EXPORT QgsSimpleMarkerSymbolLayer : public QgsSimpleMarkerSymbolLayer
static const int MAXIMUM_CACHE_WIDTH = 3000;

private:

// cppcheck-suppress unusedPrivateFunction
void draw( QgsSymbolRenderContext &context, QgsSimpleMarkerSymbolLayerBase::Shape shape, const QPolygonF &polygon, const QPainterPath &path ) override SIP_FORCE;

double mCachedOpacity = 1.0;
Expand Down Expand Up @@ -470,6 +470,7 @@ class CORE_EXPORT QgsFilledMarkerSymbolLayer : public QgsSimpleMarkerSymbolLayer
QgsFilledMarkerSymbolLayer( const QgsFilledMarkerSymbolLayer & );
#endif

// cppcheck-suppress unusedPrivateFunction
void draw( QgsSymbolRenderContext &context, QgsSimpleMarkerSymbolLayerBase::Shape shape, const QPolygonF &polygon, const QPainterPath &path ) override SIP_FORCE;

//! Fill subsymbol
Expand Down

0 comments on commit 30c7f36

Please sign in to comment.