[QGIS Commit] r9252 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Sep 2 19:58:39 EDT 2008


Author: ersts
Date: 2008-09-02 19:58:38 -0400 (Tue, 02 Sep 2008)
New Revision: 9252

Modified:
   trunk/qgis/python/core/qgsrasterbandstats.sip
   trunk/qgis/python/core/qgsrasterlayer.sip
Log:
-Commented out the ColorRampItemList from the sip files

Modified: trunk/qgis/python/core/qgsrasterbandstats.sip
===================================================================
--- trunk/qgis/python/core/qgsrasterbandstats.sip	2008-09-02 23:29:44 UTC (rev 9251)
+++ trunk/qgis/python/core/qgsrasterbandstats.sip	2008-09-02 23:58:38 UTC (rev 9252)
@@ -43,6 +43,6 @@
     /** whehter histogram compuation should include out of range values */
     bool histogramOutOfRangeFlag;
     /** Color table */
-    QgsColorTable colorTable;
+    //QList<QgsColorRampShader::ColorRampItem> colorTable;
 };
 

Modified: trunk/qgis/python/core/qgsrasterlayer.sip
===================================================================
--- trunk/qgis/python/core/qgsrasterlayer.sip	2008-09-02 23:29:44 UTC (rev 9251)
+++ trunk/qgis/python/core/qgsrasterlayer.sip	2008-09-02 23:58:38 UTC (rev 9252)
@@ -498,7 +498,7 @@
      *  \param band number
      *  \return pointer to color table
      */
-    QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
+    //QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
  protected:
 
     /** reads vector layer specific state from project file Dom node.



More information about the QGIS-commit mailing list