We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents fec833f + 964d7b4 commit e27fe3bCopy full SHA for e27fe3b
src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
@@ -976,7 +976,7 @@ QDomElement QgsGraduatedSymbolRendererV2::save( QDomDocument& doc )
976
QgsSymbolV2Map symbols;
977
QDomElement rangesElem = doc.createElement( "ranges" );
978
QgsRangeList::const_iterator it = mRanges.constBegin();
979
- for ( ; it != mRanges.end(); it++ )
+ for ( ; it != mRanges.constEnd(); it++ )
980
{
981
const QgsRendererRangeV2& range = *it;
982
QString symbolName = QString::number( i );
0 commit comments