Skip to content

Commit d76898c

Browse files
author
ersts
committed
-Commented out the ColorRampItemList from the sip files
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9252 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 478ddef commit d76898c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/qgsrasterbandstats.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ class QgsRasterBandStats
4343
/** whehter histogram compuation should include out of range values */
4444
bool histogramOutOfRangeFlag;
4545
/** Color table */
46-
QgsColorTable colorTable;
46+
//QList<QgsColorRampShader::ColorRampItem> colorTable;
4747
};
4848

python/core/qgsrasterlayer.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public slots:
498498
* \param band number
499499
* \return pointer to color table
500500
*/
501-
QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
501+
//QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
502502
protected:
503503

504504
/** reads vector layer specific state from project file Dom node.

0 commit comments

Comments
 (0)