Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 18, 2016
1 parent 9a2f46e commit b66e50b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/core/symbology-ng/qgs25drenderer.sip
Expand Up @@ -103,4 +103,12 @@ class Qgs25DRenderer : QgsFeatureRendererV2
*/
static Qgs25DRenderer* convertFromRenderer( QgsFeatureRendererV2* renderer );

/**
* Is the shadow enabled
*/
bool shadowEnabled() const;
/**
* Enable or disable the shadow
*/
void setShadowEnabled( bool value );
};

0 comments on commit b66e50b

Please sign in to comment.