Skip to content

Commit

Permalink
fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 17, 2012
1 parent 00fad29 commit af449f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -1080,11 +1080,12 @@ QPixmap QgsRasterLayer::legendAsPixmap()
}

/**
* @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
* @return a pixmap representing a legend image
*/
QPixmap QgsRasterLayer::legendAsPixmap( bool )
QPixmap QgsRasterLayer::legendAsPixmap( bool theWithNameFlag )
{
Q_UNUSED( theWithNameFlag );
return QPixmap();
} //end of legendAsPixmap function

Expand Down

0 comments on commit af449f3

Please sign in to comment.