Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #1312
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9311 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 12, 2008
1 parent bd070ee commit e9e26ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions python/core/qgsrasterlayer.sip
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgsrasterpyramid.sip
Expand Up @@ -17,5 +17,5 @@ class QgsRasterPyramid
/** \brief Whether the pyramid should be built */
bool build;

QgsRasterPyramid()
QgsRasterPyramid();
};

0 comments on commit e9e26ba

Please sign in to comment.