Make diagram renderer (python bindings) more stable

This commit is contained in:
Matthias Kuhn 2013-02-28 09:01:24 +01:00
parent b5dc7788a1
commit 731670102c

View File

@ -128,7 +128,7 @@ class QgsDiagramRendererV2
void renderDiagram( const QgsAttributes& att, QgsRenderContext& c, const QPointF& pos ); void renderDiagram( const QgsAttributes& att, QgsRenderContext& c, const QPointF& pos );
void setDiagram( QgsDiagram* d ); void setDiagram( QgsDiagram* d /Transfer/ );
const QgsDiagram* diagram() const; const QgsDiagram* diagram() const;
/**Returns list with all diagram settings in the renderer*/ /**Returns list with all diagram settings in the renderer*/