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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Oct 24 16:34:19 EDT 2009


Author: jef
Date: 2009-10-24 16:34:18 -0400 (Sat, 24 Oct 2009)
New Revision: 11834

Modified:
   trunk/qgis/python/core/qgsmaplayer.sip
Log:
fix sip error

Modified: trunk/qgis/python/core/qgsmaplayer.sip
===================================================================
--- trunk/qgis/python/core/qgsmaplayer.sip	2009-10-24 20:33:56 UTC (rev 11833)
+++ trunk/qgis/python/core/qgsmaplayer.sip	2009-10-24 20:34:18 UTC (rev 11834)
@@ -254,7 +254,7 @@
 
     /** Get the QImage used for caching render operations
      * @note This method was added in QGIS 1.4 **/
-    QImage * cacheImage() { return mpCacheImage; }
+    QImage *cacheImage();
     /** Set the QImage used for caching render operations 
      * @note This method was added in QGIS 1.4 **/
     void setCacheImage( QImage * thepImage ); 



More information about the QGIS-commit mailing list