Skip to content

Commit

Permalink
-Commented out the ColorRampItemList from the sip files
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9252 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Sep 2, 2008
1 parent 478ddef commit d76898c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsrasterbandstats.sip
Expand Up @@ -43,6 +43,6 @@ class QgsRasterBandStats
/** whehter histogram compuation should include out of range values */
bool histogramOutOfRangeFlag;
/** Color table */
QgsColorTable colorTable;
//QList<QgsColorRampShader::ColorRampItem> colorTable;
};

2 changes: 1 addition & 1 deletion python/core/qgsrasterlayer.sip
Expand Up @@ -498,7 +498,7 @@ public slots:
* \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.
Expand Down

0 comments on commit d76898c

Please sign in to comment.