Skip to content

Commit 866bfc3

Browse files
committedJun 8, 2017
sipify core symbology part 2
1 parent fcc06ce commit 866bfc3

12 files changed

+1916
-1220
lines changed
 

‎python/auto_sip.blacklist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ core/composer/qgspaperitem.sip
4141
core/composer/qgsscalebarstyle.sip
4242
core/composer/qgssingleboxscalebarstyle.sip
4343
core/composer/qgsticksscalebarstyle.sip
44-
core/symbology-ng/qgsrulebasedrenderer.sip
45-
core/symbology-ng/qgssinglesymbolrenderer.sip
46-
core/symbology-ng/qgsgeometrygeneratorsymbollayer.sip
47-
core/symbology-ng/qgslinesymbollayer.sip
48-
core/symbology-ng/qgsmarkersymbollayer.sip
49-
core/symbology-ng/qgssymbollayer.sip
50-
core/symbology-ng/qgssymbollayerregistry.sip
5144
gui/qgsprojectionselectiondialog.sip
5245
gui/qgsprojectionselectiontreewidget.sip
5346
gui/qgsprojectionselectionwidget.sip

‎python/core/symbology-ng/qgsgeometrygeneratorsymbollayer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class QgsGeometryGeneratorSymbolLayer : QgsSymbolLayer
7070

7171
virtual QgsSymbol *subSymbol();
7272

73-
virtual bool setSubSymbol( QgsSymbol *symbol );
73+
virtual bool setSubSymbol( QgsSymbol *symbol /Transfer/ );
7474

7575
virtual QSet<QString> usedAttributes( const QgsRenderContext &context ) const;
7676

0 commit comments

Comments
 (0)