mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
PyQGIS: fixed invalid signature of writeXML function
git-svn-id: http://svn.osgeo.org/qgis/trunk@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e028bc7578
commit
013bbd2819
@ -65,7 +65,7 @@ class QgsGraduatedSymbolRenderer : QgsRenderer
|
||||
|
||||
/**Writes the contents of the renderer to a configuration file
|
||||
@ return true in case of success*/
|
||||
virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, QgsVectorLayer& vl ) const;
|
||||
virtual bool writeXML( QDomNode & layer_node, QDomDocument & document, const QgsVectorLayer& vl ) const;
|
||||
|
||||
/** Returns true*/
|
||||
bool needsAttributes() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user