mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Merge pull request #9728 from signedav/fix_comments_because_backports
Fix "\since" comment because of backporting
This commit is contained in:
commit
c6faf56345
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user