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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 5 15:55:30 EDT 2009


Author: jef
Date: 2009-08-05 15:55:30 -0400 (Wed, 05 Aug 2009)
New Revision: 11278

Modified:
   trunk/qgis/python/core/qgssymbol.sip
Log:
fix syntax error

Modified: trunk/qgis/python/core/qgssymbol.sip
===================================================================
--- trunk/qgis/python/core/qgssymbol.sip	2009-08-05 16:43:33 UTC (rev 11277)
+++ trunk/qgis/python/core/qgssymbol.sip	2009-08-05 19:55:30 UTC (rev 11278)
@@ -77,7 +77,7 @@
                                           QColor selectionColor = Qt::yellow,
                                           double scale = 1.0,
                                           double rotation = 0.0,
-                                          double rasterScaleFactor = 1.0
+                                          double rasterScaleFactor = 1.0,
                                           double opacity = 1.0 );
 
     /**Writes the contents of the symbol to a configuration file



More information about the QGIS-commit mailing list