Merge pull request #9728 from signedav/fix_comments_because_backports

Fix "\since" comment because of backporting
This commit is contained in:
Luigi Pirelli 2019-04-05 17:14:44 +02:00 committed by GitHub
commit c6faf56345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;