mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk@13394 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
2cf2df9b7a
commit
3822c670a6
@ -266,10 +266,8 @@ bool QgsSimpleMarkerSymbolLayerV2::prepareShape()
|
||||
}
|
||||
else if ( mName == "arrow" )
|
||||
{
|
||||
double eight = 1.0 / 4;
|
||||
double quarter = 1.0 / 2;
|
||||
|
||||
mPolygon << QPointF( 0, -1 )
|
||||
mPolygon
|
||||
<< QPointF( 0, -1 )
|
||||
<< QPointF( 0.5, -0.5 )
|
||||
<< QPointF( 0.25, -0.25 )
|
||||
<< QPointF( 0.25, 1 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user