Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c
jef committed Aug 5, 2009

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b4f7e94 commit bd71472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgssymbol.sip
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bd71472

Please sign in to comment.