[QGIS Commit] r9806 - branches/Version-1_0/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Dec 15 08:35:12 EST 2008


Author: jef
Date: 2008-12-15 08:35:12 -0500 (Mon, 15 Dec 2008)
New Revision: 9806

Modified:
   branches/Version-1_0/python/core/qgsrasterlayer.sip
   branches/Version-1_0/python/core/qgsvectorlayer.sip
Log:
merge r9805 from trunk

Modified: branches/Version-1_0/python/core/qgsrasterlayer.sip
===================================================================
--- branches/Version-1_0/python/core/qgsrasterlayer.sip	2008-12-15 13:15:47 UTC (rev 9805)
+++ branches/Version-1_0/python/core/qgsrasterlayer.sip	2008-12-15 13:35:12 UTC (rev 9806)
@@ -489,7 +489,7 @@
     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 );

Modified: branches/Version-1_0/python/core/qgsvectorlayer.sip
===================================================================
--- branches/Version-1_0/python/core/qgsvectorlayer.sip	2008-12-15 13:15:47 UTC (rev 9805)
+++ branches/Version-1_0/python/core/qgsvectorlayer.sip	2008-12-15 13:35:12 UTC (rev 9806)
@@ -130,7 +130,7 @@
    * @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



More information about the QGIS-commit mailing list