Skip to content

Commit 3ba0288

Browse files
author
mhugent
committed
Add transfer this to second composer shape constructor
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12928 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2700a3d commit 3ba0288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgscomposershape.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class QgsComposerShape: QgsComposerItem
1414
};
1515

1616
QgsComposerShape( QgsComposition* composition /TransferThis/);
17-
QgsComposerShape( qreal x, qreal y, qreal width, qreal height, QgsComposition* composition );
17+
QgsComposerShape( qreal x, qreal y, qreal width, qreal height, QgsComposition* composition /TransferThis/);
1818
~QgsComposerShape();
1919

2020
/** \brief Reimplementation of QCanvasItem::paint - draw on canvas */

0 commit comments

Comments
 (0)