Skip to content

Commit b37a215

Browse files
author
Hugo Mercier
committedJul 2, 2018
Make qgis_sip_uptodate happy
1 parent 4dbae68 commit b37a215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/auto_generated/qgsrulebasedlabeling.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class QgsRuleBasedLabeling : QgsAbstractVectorLayerLabeling
3737
public:
3838
Rule( QgsPalLayerSettings *settings /Transfer/, int maximumScale = 0, int minimumScale = 0, const QString &filterExp = QString(), const QString &description = QString(), bool elseRule = false );
3939
%Docstring
40-
takes ownership of settings
40+
takes ownership of settings, settings may be None
4141
%End
4242
~Rule();
4343

0 commit comments

Comments
 (0)
Please sign in to comment.