Skip to content

Commit 15ece19

Browse files
committed
match sip binding of QgsSymbolV2::renderHints() to c++ interface
1 parent 3cdbc5a commit 15ece19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/symbology-ng-core.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ public:
740740
void setAlpha( qreal alpha );
741741

742742
//! @note added in 1.5
743-
int renderHints() const;
743+
int renderHints();
744744
//! @note added in 1.5
745745
void setRenderHints( int hints );
746746

0 commit comments

Comments
 (0)