fix warnings

git-svn-id: http://svn.osgeo.org/qgis/trunk@13394 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-04-26 16:54:23 +00:00
parent 2cf2df9b7a
commit 3822c670a6

View File

@ -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 )