Skip to content

Commit b41b819

Browse files
committed
fix comments
1 parent 8b508dd commit b41b819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/services/wms/qgswmsrenderer.h

+2-2
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)