mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix #1462
git-svn-id: http://svn.osgeo.org/qgis/trunk@9805 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
58ae765726
commit
bac663a4cd
@ -489,7 +489,7 @@ public:
|
||||
bool readXml( QDomNode & layer_node );
|
||||
|
||||
/** \brief Write the symbology for the layer into the docment provided */
|
||||
bool writeSymbology( QDomNode&, QDomDocument& doc, QString& errorMessage );
|
||||
bool writeSymbology( QDomNode&, QDomDocument& doc, QString& errorMessage ) const;
|
||||
|
||||
/** \brief Write layer specific state to project file Dom node */
|
||||
bool writeXml( QDomNode & layer_node, QDomDocument & doc );
|
||||
|
@ -130,7 +130,7 @@ public:
|
||||
* @param errorMessage reference to string that will be updated with any error messages
|
||||
* @return true in case of success.
|
||||
*/
|
||||
bool writeSymbology(QDomNode&, QDomDocument& doc, QString& errorMessage);
|
||||
bool writeSymbology(QDomNode&, QDomDocument& doc, QString& errorMessage) const;
|
||||
|
||||
/**
|
||||
* Number of features in the layer. This is necessary if features are
|
||||
|
Loading…
x
Reference in New Issue
Block a user