[QGIS Commit] [qgis/QGIS] 5db13a: * remove deprecated overloads QgsRasterLayer::last...
GitHub
noreply at github.com
Mon Feb 24 09:11:25 PST 2014
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 5db13abcf5c114d5292b198a153d70611abc1f5a
https://github.com/qgis/QGIS/commit/5db13abcf5c114d5292b198a153d70611abc1f5a
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M python/core/raster/qgsrasterlayer.sip
M src/core/raster/qgsrasterlayer.cpp
M src/core/raster/qgsrasterlayer.h
M src/core/raster/qgsrasterlayerrenderer.h
Log Message:
-----------
* remove deprecated overloads QgsRasterLayer::lastError() and QgsRasterLayer::lastErrorTitle()
* deprecate QgsRasterLayer::previewAsPixmap() (doesn't work in background threads)
* QImage::fill( QColor ) does not exists prior to Qt 4.8
diff --git a/src/core/raster/qgsrasterlayerrenderer.h b/src/core/raster/qgsrasterlayerrenderer.h
index 6ab4a49..40a27a2 100644
--- a/src/core/raster/qgsrasterlayerrenderer.h
+++ b/src/core/raster/qgsrasterlayerrenderer.h
@@ -8,7 +8,7 @@ class QPainter;
class QgsMapToPixel;
class QgsRasterLayer;
class QgsRasterPipe;
-class QgsRasterViewPort;
+struct QgsRasterViewPort;
class QgsRenderContext;
class QgsRasterLayerRenderer : public QgsMapLayerRenderer
More information about the QGIS-commit
mailing list