Skip to content

Commit f2b0b49

Browse files
committedApr 11, 2019
fix comments
1 parent 7426110 commit f2b0b49

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
@@ -296,14 +296,14 @@ namespace QgsWms
296296
/**
297297
* Returns QgsWmsParameter SRCWIDTH if it's a GetLegendGraphics request and otherwise HEIGHT parameter
298298
* \returns height parameter
299-
* \since QGIS 3.8
299+
* \since QGIS 3.4.7
300300
*/
301301
int height() const;
302302

303303
/**
304304
* Returns QgsWmsParameter SRCWIDTH parameter if it's a GetLegendGraphics request and otherwise WIDTH parameter
305305
* \returns width parameter
306-
* \since QGIS 3.8
306+
* \since QGIS 3.4.7
307307
*/
308308
int width() const;
309309

0 commit comments

Comments
 (0)