mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix syntax error
git-svn-id: http://svn.osgeo.org/qgis/trunk@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b4f7e94235
commit
bd71472ba0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user