We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3899326 commit 5ff8ecfCopy full SHA for 5ff8ecf
src/core/raster/qgsrasterlayer.h
@@ -169,7 +169,7 @@ The [type] part of the variable should be the type class of the variable written
169
#include <QVector>
170
#include <QList>
171
172
-
+#include "qgis.h"
173
#include "qgspoint.h"
174
#include "qgsmaplayer.h"
175
@@ -765,7 +765,11 @@ class CORE_EXPORT QgsRasterLayer : public QgsMapLayer
765
return false;
766
} //todo
767
768
- bool isSymbologyCompatible(const QgsMapLayer& other) const {return false;} //todo
+ bool isSymbologyCompatible(const QgsMapLayer& other) const
769
+ {
770
+ UNUSED(other);
771
+ return false;
772
+ } //todo
773
774
/**
775
* If an operation returns 0 (e.g. draw()), this function
0 commit comments