Skip to content

Commit

Permalink
Update sip
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 26, 2017
1 parent 005d0fa commit 89bc843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/layertree/qgslayertreemodellegendnode.sip
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ class QgsDataDefinedSizeLegendNode : QgsLayerTreeModelLegendNode
%Docstring
Construct the node using QgsDataDefinedSizeLegend as definition of the node's appearance
%End
~QgsDataDefinedSizeLegendNode();

virtual QVariant data( int role ) const;

Expand Down
1 change: 1 addition & 0 deletions python/core/qgsdiagramrenderer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ class QgsLinearlyInterpolatedDiagramRenderer : QgsDiagramRenderer
%End
public:
QgsLinearlyInterpolatedDiagramRenderer();
~QgsLinearlyInterpolatedDiagramRenderer();

virtual QgsLinearlyInterpolatedDiagramRenderer *clone() const /Factory/;

Expand Down
1 change: 1 addition & 0 deletions python/core/symbology-ng/qgslegendsymbolitem.sip
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class QgsLegendSymbolItem
.. versionadded:: 2.8
%End
~QgsLegendSymbolItem();

QgsLegendSymbolItem( const QgsLegendSymbolItem &other );

QgsSymbol *symbol() const;
Expand Down

0 comments on commit 89bc843

Please sign in to comment.