[QGIS Commit] r9311 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Sep 12 19:48:55 EDT 2008


Author: jef
Date: 2008-09-12 19:48:55 -0400 (Fri, 12 Sep 2008)
New Revision: 9311

Modified:
   trunk/qgis/python/core/qgsrasterlayer.sip
   trunk/qgis/python/core/qgsrasterpyramid.sip
Log:
fix #1312

Modified: trunk/qgis/python/core/qgsrasterlayer.sip
===================================================================
--- trunk/qgis/python/core/qgsrasterlayer.sip	2008-09-12 22:19:54 UTC (rev 9310)
+++ trunk/qgis/python/core/qgsrasterlayer.sip	2008-09-12 23:48:55 UTC (rev 9311)
@@ -216,15 +216,7 @@
     
     /** \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);
 

Modified: trunk/qgis/python/core/qgsrasterpyramid.sip
===================================================================
--- trunk/qgis/python/core/qgsrasterpyramid.sip	2008-09-12 22:19:54 UTC (rev 9310)
+++ trunk/qgis/python/core/qgsrasterpyramid.sip	2008-09-12 23:48:55 UTC (rev 9311)
@@ -17,5 +17,5 @@
   /** \brief Whether the pyramid should be built */
   bool build;
 
-  QgsRasterPyramid()
+  QgsRasterPyramid();
 };



More information about the QGIS-commit mailing list