Skip to content

Commit

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


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


Expand Down

0 comments on commit f2b0b49

Please sign in to comment.