Skip to content

Commit af449f3

Browse files
committed
fix doxygen warning
1 parent 00fad29 commit af449f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/core/raster/qgsrasterlayer.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,11 +1080,12 @@ QPixmap QgsRasterLayer::legendAsPixmap()
10801080
}
10811081

10821082
/**
1083-
* @param theWithNameFlag - boolena flag whether to overlay the legend name in the text
1083+
* @param theWithNameFlag - boolean flag whether to overlay the legend name in the text
10841084
* @return a pixmap representing a legend image
10851085
*/
1086-
QPixmap QgsRasterLayer::legendAsPixmap( bool )
1086+
QPixmap QgsRasterLayer::legendAsPixmap( bool theWithNameFlag )
10871087
{
1088+
Q_UNUSED( theWithNameFlag );
10881089
return QPixmap();
10891090
} //end of legendAsPixmap function
10901091

0 commit comments

Comments
 (0)