git-svn-id: http://svn.osgeo.org/qgis/trunk@9311 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-09-12 23:48:55 +00:00
parent 0715a13804
commit d660c6d9f7
2 changed files with 1 additions and 9 deletions

View File

@ -216,14 +216,6 @@ public:
/** \brief Mutator for gray band name mapping. */
void setGrayBandName(const QString & theBandNameQString);
//
// Accessor and mutator for mDebugOverlayFlag
//
/** \brief Accessor for a flag that determines whether to show some debug info on the image. */
bool getShowDebugOverlayFlag();
/** \brief Mutator for a flag that determines whether to show some debug info on the image. */
void setShowDebugOverlayFlag(bool theFlag);
// Accessor and mutator for min max values
double getMinimumValue(unsigned int theBand);

View File

@ -17,5 +17,5 @@ class QgsRasterPyramid
/** \brief Whether the pyramid should be built */
bool build;
QgsRasterPyramid()
QgsRasterPyramid();
};