Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make qgis_sip_uptodate happy
  • Loading branch information
Hugo Mercier committed Jul 2, 2018
1 parent 4dbae68 commit b37a215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsrulebasedlabeling.sip.in
Expand Up @@ -37,7 +37,7 @@ class QgsRuleBasedLabeling : QgsAbstractVectorLayerLabeling
public:
Rule( QgsPalLayerSettings *settings /Transfer/, int maximumScale = 0, int minimumScale = 0, const QString &filterExp = QString(), const QString &description = QString(), bool elseRule = false );
%Docstring
takes ownership of settings
takes ownership of settings, settings may be None
%End
~Rule();

Expand Down

0 comments on commit b37a215

Please sign in to comment.