[QGIS Commit] r12928 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Feb 11 15:11:49 EST 2010


Author: mhugent
Date: 2010-02-11 15:11:48 -0500 (Thu, 11 Feb 2010)
New Revision: 12928

Modified:
   trunk/qgis/python/core/qgscomposershape.sip
Log:
Add transfer this to second composer shape constructor

Modified: trunk/qgis/python/core/qgscomposershape.sip
===================================================================
--- trunk/qgis/python/core/qgscomposershape.sip	2010-02-11 12:36:37 UTC (rev 12927)
+++ trunk/qgis/python/core/qgscomposershape.sip	2010-02-11 20:11:48 UTC (rev 12928)
@@ -14,7 +14,7 @@
     };
 
     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 */



More information about the QGIS-commit mailing list