File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -216,14 +216,6 @@ public:
216
216
217
217
/** \brief Mutator for gray band name mapping. */
218
218
void setGrayBandName(const QString & theBandNameQString);
219
- //
220
- // Accessor and mutator for mDebugOverlayFlag
221
- //
222
- /** \brief Accessor for a flag that determines whether to show some debug info on the image. */
223
- bool getShowDebugOverlayFlag();
224
-
225
- /** \brief Mutator for a flag that determines whether to show some debug info on the image. */
226
- void setShowDebugOverlayFlag(bool theFlag);
227
219
228
220
// Accessor and mutator for min max values
229
221
double getMinimumValue(unsigned int theBand);
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ class QgsRasterPyramid
17
17
/** \brief Whether the pyramid should be built */
18
18
bool build;
19
19
20
- QgsRasterPyramid()
20
+ QgsRasterPyramid();
21
21
};
You can’t perform that action at this time.
0 commit comments