Skip to content

Commit

Permalink
Add transfer this to second composer shape constructor
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12928 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 11, 2010
1 parent 2700a3d commit 3ba0288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgscomposershape.sip
Expand Up @@ -14,7 +14,7 @@ class QgsComposerShape: QgsComposerItem
};

QgsComposerShape( QgsComposition* composition /TransferThis/);
QgsComposerShape( qreal x, qreal y, qreal width, qreal height, QgsComposition* composition );
QgsComposerShape( qreal x, qreal y, qreal width, qreal height, QgsComposition* composition /TransferThis/);
~QgsComposerShape();

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

0 comments on commit 3ba0288

Please sign in to comment.