Skip to content

Commit

Permalink
Merge pull request #9728 from signedav/fix_comments_because_backports
Browse files Browse the repository at this point in the history
Fix "\since" comment because of backporting
  • Loading branch information
luipir committed Apr 5, 2019
2 parents 8b508dd + b41b819 commit c6faf56
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 c6faf56

Please sign in to comment.