We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2700a3d commit 3ba0288Copy full SHA for 3ba0288
python/core/qgscomposershape.sip
@@ -14,7 +14,7 @@ class QgsComposerShape: QgsComposerItem
14
};
15
16
QgsComposerShape( QgsComposition* composition /TransferThis/);
17
- QgsComposerShape( qreal x, qreal y, qreal width, qreal height, QgsComposition* composition );
+ QgsComposerShape( qreal x, qreal y, qreal width, qreal height, QgsComposition* composition /TransferThis/);
18
~QgsComposerShape();
19
20
/** \brief Reimplementation of QCanvasItem::paint - draw on canvas */
0 commit comments