Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make qgis_sip_uptodate happy
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/core/auto_generated/qgsrulebasedlabeling.sip.in
|
@@ -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(); |
|
|
|
|
|