We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d1f26 commit 7fe11fcCopy full SHA for 7fe11fc
python/core/qgsgraduatedsymbolrenderer.sip
@@ -65,7 +65,7 @@ class QgsGraduatedSymbolRenderer : QgsRenderer
65
66
/**Writes the contents of the renderer to a configuration file
67
@ return true in case of success*/
68
- virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, QgsVectorLayer& vl ) const;
+ virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, const QgsVectorLayer& vl ) const;
69
70
/** Returns true*/
71
bool needsAttributes() const;
0 commit comments