We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175e531 commit 2872f0fCopy full SHA for 2872f0f
python/core/qgsmaplayer.sip
@@ -254,7 +254,7 @@ public:
254
255
/** Get the QImage used for caching render operations
256
* @note This method was added in QGIS 1.4 **/
257
- QImage * cacheImage() { return mpCacheImage; }
+ QImage *cacheImage();
258
/** Set the QImage used for caching render operations
259
260
void setCacheImage( QImage * thepImage );
0 commit comments