-Commented out the ColorRampItemList from the sip files

git-svn-id: http://svn.osgeo.org/qgis/trunk@9252 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
ersts 2008-09-02 23:58:38 +00:00
parent 767f4a3fb6
commit 7defe5a0b8
2 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,6 @@ class QgsRasterBandStats
/** whehter histogram compuation should include out of range values */ /** whehter histogram compuation should include out of range values */
bool histogramOutOfRangeFlag; bool histogramOutOfRangeFlag;
/** Color table */ /** Color table */
QgsColorTable colorTable; //QList<QgsColorRampShader::ColorRampItem> colorTable;
}; };

View File

@ -498,7 +498,7 @@ public slots:
* \param band number * \param band number
* \return pointer to color table * \return pointer to color table
*/ */
QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt ); //QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
protected: protected:
/** reads vector layer specific state from project file Dom node. /** reads vector layer specific state from project file Dom node.