Skip to content

Commit

Permalink
Make diagram renderer (python bindings) more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 28, 2013
1 parent b5dc778 commit 7316701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsdiagramrendererv2.sip
Expand Up @@ -128,7 +128,7 @@ class QgsDiagramRendererV2

void renderDiagram( const QgsAttributes& att, QgsRenderContext& c, const QPointF& pos );

void setDiagram( QgsDiagram* d );
void setDiagram( QgsDiagram* d /Transfer/ );
const QgsDiagram* diagram() const;

/**Returns list with all diagram settings in the renderer*/
Expand Down

0 comments on commit 7316701

Please sign in to comment.