Skip to content

Commit 2cb1f43

Browse files
committed
Fix sip binding
1 parent d6331a6 commit 2cb1f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/core/symbology/qgsrulebasedrenderer.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Returns which legend keys match the feature
324324
.. versionadded:: 2.14
325325
%End
326326

327-
QgsRuleBasedRenderer::RuleList rulesForFeature( QgsFeature &feat, QgsRenderContext *context = 0 );
327+
QgsRuleBasedRenderer::RuleList rulesForFeature( QgsFeature &feat, QgsRenderContext *context = 0, bool withElse = true, bool onlyActive = true );
328328
%Docstring
329329
tell which rules will be used to render the feature
330330
%End
@@ -411,7 +411,7 @@ Sets if this rule is an ELSE rule
411411
:param iselse: If true, this rule is an ELSE rule
412412
%End
413413

414-
bool isElse();
414+
bool isElse() const;
415415
%Docstring
416416
Check if this rule is an ELSE rule
417417

0 commit comments

Comments
 (0)