From d76898c629907e393f3d36e7205f494e00e55d04 Mon Sep 17 00:00:00 2001 From: ersts Date: Tue, 2 Sep 2008 23:58:38 +0000 Subject: [PATCH] -Commented out the ColorRampItemList from the sip files git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9252 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgsrasterbandstats.sip | 2 +- python/core/qgsrasterlayer.sip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/qgsrasterbandstats.sip b/python/core/qgsrasterbandstats.sip index e20c9949c2de..0cf8e27f7231 100644 --- a/python/core/qgsrasterbandstats.sip +++ b/python/core/qgsrasterbandstats.sip @@ -43,6 +43,6 @@ class QgsRasterBandStats /** whehter histogram compuation should include out of range values */ bool histogramOutOfRangeFlag; /** Color table */ - QgsColorTable colorTable; + //QList colorTable; }; diff --git a/python/core/qgsrasterlayer.sip b/python/core/qgsrasterlayer.sip index c0ffcbfdeb65..3ecae92fc490 100644 --- a/python/core/qgsrasterlayer.sip +++ b/python/core/qgsrasterlayer.sip @@ -498,7 +498,7 @@ public slots: * \param band number * \return pointer to color table */ - QList* getColorTable ( int theBandNoInt ); + //QList* getColorTable ( int theBandNoInt ); protected: /** reads vector layer specific state from project file Dom node.