Update sip

This commit is contained in:
Nyall Dawson 2017-06-26 12:18:34 +10:00
parent 005d0fa3da
commit 89bc84395e
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -650,6 +650,7 @@ class QgsLinearlyInterpolatedDiagramRenderer : QgsDiagramRenderer
%End
public:
QgsLinearlyInterpolatedDiagramRenderer();
~QgsLinearlyInterpolatedDiagramRenderer();
virtual QgsLinearlyInterpolatedDiagramRenderer *clone() const /Factory/;

View File

@ -30,6 +30,7 @@ class QgsLegendSymbolItem
.. versionadded:: 2.8
%End
~QgsLegendSymbolItem();
QgsLegendSymbolItem( const QgsLegendSymbolItem &other );
QgsSymbol *symbol() const;