We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fad29 commit af449f3Copy full SHA for af449f3
src/core/raster/qgsrasterlayer.cpp
@@ -1080,11 +1080,12 @@ QPixmap QgsRasterLayer::legendAsPixmap()
1080
}
1081
1082
/**
1083
- * @param theWithNameFlag - boolena flag whether to overlay the legend name in the text
+ * @param theWithNameFlag - boolean flag whether to overlay the legend name in the text
1084
* @return a pixmap representing a legend image
1085
*/
1086
-QPixmap QgsRasterLayer::legendAsPixmap( bool )
+QPixmap QgsRasterLayer::legendAsPixmap( bool theWithNameFlag )
1087
{
1088
+ Q_UNUSED( theWithNameFlag );
1089
return QPixmap();
1090
} //end of legendAsPixmap function
1091
0 commit comments