File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
python/core/auto_generated Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ Returns the factor of map units per pixel for symbols with size given in map uni
200200
201201.. seealso:: :py:func:`setMapUnitsPerPixel`
202202
203- .. versionadded:: 3.8
203+ .. versionadded:: 3.4
204204%End
205205
206206 void setMapUnitsPerPixel( double mapUnitsPerPixel );
@@ -209,7 +209,7 @@ Sets the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from the m
209209
210210.. seealso:: :py:func:`mapUnitsPerPixel`
211211
212- .. versionadded:: 3.8
212+ .. versionadded:: 3.4
213213%End
214214
215215 int dpi() const;
Original file line number Diff line number Diff line change @@ -181,14 +181,14 @@ class CORE_EXPORT QgsLegendSettings
181181 /* *
182182 * Returns the factor of map units per pixel for symbols with size given in map units calculated by dpi and mmPerMapUnit
183183 * \see setMapUnitsPerPixel()
184- * \since QGIS 3.8
184+ * \since QGIS 3.4
185185 */
186186 double mapUnitsPerPixel () const ;
187187
188188 /* *
189189 * Sets the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
190190 * \see mapUnitsPerPixel()
191- * \since QGIS 3.8
191+ * \since QGIS 3.4
192192 */
193193 void setMapUnitsPerPixel ( double mapUnitsPerPixel );
194194
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ namespace QgsWms
372372 /* *
373373 * Returns SRCWIDTH parameter or an empty string if not defined.
374374 * \returns srcWidth parameter
375- * \since QGIS 3.8
375+ * \since QGIS 3.4
376376 */
377377 QString srcWidth () const ;
378378
@@ -382,14 +382,14 @@ namespace QgsWms
382382 * converted.
383383 * \returns srcWidth parameter
384384 * \throws QgsBadRequestException
385- * \since QGIS 3.8
385+ * \since QGIS 3.4
386386 */
387387 int srcWidthAsInt () const ;
388388
389389 /* *
390390 * Returns SRCHEIGHT parameter or an empty string if not defined.
391391 * \returns srcHeight parameter
392- * \since QGIS 3.8
392+ * \since QGIS 3.4
393393 */
394394 QString srcHeight () const ;
395395
@@ -399,7 +399,7 @@ namespace QgsWms
399399 * converted.
400400 * \returns srcHeight parameter
401401 * \throws QgsBadRequestException
402- * \since QGIS 3.8
402+ * \since QGIS 3.4
403403 */
404404 int srcHeightAsInt () const ;
405405
Original file line number Diff line number Diff line change @@ -294,14 +294,14 @@ namespace QgsWms
294294 /* *
295295 * Returns QgsWmsParameter SRCWIDTH if it's a GetLegendGraphics request and otherwise HEIGHT parameter
296296 * \returns height parameter
297- * \since QGIS 3.4.7
297+ * \since QGIS 3.4
298298 */
299299 int height () const ;
300300
301301 /* *
302302 * Returns QgsWmsParameter SRCWIDTH parameter if it's a GetLegendGraphics request and otherwise WIDTH parameter
303303 * \returns width parameter
304- * \since QGIS 3.4.7
304+ * \since QGIS 3.4
305305 */
306306 int width () const ;
307307
You can’t perform that action at this time.
0 commit comments