Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sipify core symbology part 2
  • Loading branch information
3nids committed Jun 8, 2017
1 parent fcc06ce commit 866bfc3
Show file tree
Hide file tree
Showing 12 changed files with 1,916 additions and 1,220 deletions.
7 changes: 0 additions & 7 deletions python/auto_sip.blacklist
Expand Up @@ -41,13 +41,6 @@ core/composer/qgspaperitem.sip
core/composer/qgsscalebarstyle.sip
core/composer/qgssingleboxscalebarstyle.sip
core/composer/qgsticksscalebarstyle.sip
core/symbology-ng/qgsrulebasedrenderer.sip
core/symbology-ng/qgssinglesymbolrenderer.sip
core/symbology-ng/qgsgeometrygeneratorsymbollayer.sip
core/symbology-ng/qgslinesymbollayer.sip
core/symbology-ng/qgsmarkersymbollayer.sip
core/symbology-ng/qgssymbollayer.sip
core/symbology-ng/qgssymbollayerregistry.sip
gui/qgsprojectionselectiondialog.sip
gui/qgsprojectionselectiontreewidget.sip
gui/qgsprojectionselectionwidget.sip
Expand Down
Expand Up @@ -70,7 +70,7 @@ class QgsGeometryGeneratorSymbolLayer : QgsSymbolLayer

virtual QgsSymbol *subSymbol();

virtual bool setSubSymbol( QgsSymbol *symbol );
virtual bool setSubSymbol( QgsSymbol *symbol /Transfer/ );

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

Expand Down

0 comments on commit 866bfc3

Please sign in to comment.