Skip to content

Commit c6faf56

Browse files
authoredApr 5, 2019
Merge pull request #9728 from signedav/fix_comments_because_backports
Fix "\since" comment because of backporting
2 parents 8b508dd + b41b819 commit c6faf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/server/services/wms/qgswmsrenderer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,14 @@ namespace QgsWms
264264
/**
265265
* Returns QgsWmsParameter SRCWIDTH if it's a GetLegendGraphics request and otherwise HEIGHT parameter
266266
* \returns height parameter
267-
* \since QGIS 3.8
267+
* \since QGIS 3.4.7
268268
*/
269269
int height() const;
270270

271271
/**
272272
* Returns QgsWmsParameter SRCWIDTH parameter if it's a GetLegendGraphics request and otherwise WIDTH parameter
273273
* \returns width parameter
274-
* \since QGIS 3.8
274+
* \since QGIS 3.4.7
275275
*/
276276
int width() const;
277277

0 commit comments

Comments
 (0)
Please sign in to comment.