Skip to content

Commit 1212880

Browse files
committed
Merge pull request #446 from matthias-kuhn/diag-py-bindings
Make diagram renderer (python bindings) more stable
2 parents 4f397f2 + 7316701 commit 1212880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsdiagramrendererv2.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class QgsDiagramRendererV2
128128

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

131-
void setDiagram( QgsDiagram* d );
131+
void setDiagram( QgsDiagram* d /Transfer/ );
132132
const QgsDiagram* diagram() const;
133133

134134
/**Returns list with all diagram settings in the renderer*/

0 commit comments

Comments
 (0)