File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class QgsSymbol
72
72
/** Get QImage representation of point symbol with current settings
73
73
* and scaled (can be slow when scale != 1.0)
74
74
*/
75
- virtual QImage getPointSymbolAsImage( double widthScale = 1.,
75
+ virtual QImage getPointSymbolAsImage( double widthScale = 1.0 ,
76
76
bool selected = false,
77
77
QColor selectionColor = Qt::yellow,
78
78
double scale = 1.0,
Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ class CORE_EXPORT QgsSymbol
101
101
102
102
/* * Get QImage representation of point symbol with current settings
103
103
*/
104
- virtual QImage getCachedPointSymbolAsImage ( double widthScale = 1 .,
104
+ virtual QImage getCachedPointSymbolAsImage ( double widthScale = 1.0 ,
105
105
bool selected = false , QColor selectionColor = Qt::yellow );
106
106
107
107
/* * Get QImage representation of point symbol with current settings
108
108
* and scaled (can be slow when scale != 1.0)
109
109
*/
110
- virtual QImage getPointSymbolAsImage ( double widthScale = 1 .,
110
+ virtual QImage getPointSymbolAsImage ( double widthScale = 1.0 ,
111
111
bool selected = false ,
112
112
QColor selectionColor = Qt::yellow,
113
113
double scale = 1.0 ,
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ INCLUDE_DIRECTORIES(
142
142
${GRASS_INCLUDE_DIR}
143
143
${GDAL_INCLUDE_DIR}
144
144
${PROJ_INCLUDE_DIR}
145
+ ${GEOS_INCLUDE_DIR}
145
146
qtermwidget
146
147
)
147
148
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ INCLUDE_DIRECTORIES (
27
27
${GRASS_INCLUDE_DIR}
28
28
${GDAL_INCLUDE_DIR}
29
29
${PROJ_INCLUDE_DIR}
30
+ ${GEOS_INCLUDE_DIR}
30
31
)
31
32
32
33
You can’t perform that action at this time.
0 commit comments