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.
1 parent fec833f commit 964d7b4Copy full SHA for 964d7b4
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