From bd71472ba0a910abf0401812dcb670a08071fd68 Mon Sep 17 00:00:00 2001 From: jef Date: Wed, 5 Aug 2009 19:55:30 +0000 Subject: [PATCH] fix syntax error git-svn-id: http://svn.osgeo.org/qgis/trunk@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgssymbol.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/qgssymbol.sip b/python/core/qgssymbol.sip index 86e3285b027..09f43d4c8bf 100644 --- a/python/core/qgssymbol.sip +++ b/python/core/qgssymbol.sip @@ -77,7 +77,7 @@ class QgsSymbol 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