Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Apr 5, 2019
1 parent 8b508dd commit b41b819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/services/wms/qgswmsrenderer.h
Expand Up @@ -264,14 +264,14 @@ namespace QgsWms
/**
* Returns QgsWmsParameter SRCWIDTH if it's a GetLegendGraphics request and otherwise HEIGHT parameter
* \returns height parameter
* \since QGIS 3.8
* \since QGIS 3.4.7
*/
int height() const;

/**
* Returns QgsWmsParameter SRCWIDTH parameter if it's a GetLegendGraphics request and otherwise WIDTH parameter
* \returns width parameter
* \since QGIS 3.8
* \since QGIS 3.4.7
*/
int width() const;

Expand Down

0 comments on commit b41b819

Please sign in to comment.