Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/core/symbology/qgsmarkersymbollayer.h
|
@@ -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; |
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.