[QGIS Commit] r12907 - trunk/qgis/python/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Feb 9 09:34:19 EST 2010
Author: mhugent
Date: 2010-02-09 09:34:17 -0500 (Tue, 09 Feb 2010)
New Revision: 12907
Modified:
trunk/qgis/python/core/qgscomposershape.sip
Log:
Fix for previous fix
Modified: trunk/qgis/python/core/qgscomposershape.sip
===================================================================
--- trunk/qgis/python/core/qgscomposershape.sip 2010-02-09 14:07:12 UTC (rev 12906)
+++ trunk/qgis/python/core/qgscomposershape.sip 2010-02-09 14:34:17 UTC (rev 12907)
@@ -1,5 +1,5 @@
/**A composer items that draws common shapes (ellipse, triangle, rectangle)*/
-class QgsComposerShape: public QgsComposerItem
+class QgsComposerShape: QgsComposerItem
{
%TypeHeaderCode
#include "qgscomposershape.h"
More information about the QGIS-commit
mailing list