File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +4
-4
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
200
200
201
201
.. seealso:: :py:func:`setMapUnitsPerPixel`
202
202
203
- .. versionadded:: 3.6
203
+ .. versionadded:: 3.8
204
204
%End
205
205
206
206
void setMapUnitsPerPixel( double mapUnitsPerPixel );
@@ -209,7 +209,7 @@ Sets the the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from t
209
209
210
210
.. seealso:: :py:func:`mapUnitsPerPixel`
211
211
212
- .. versionadded:: 3.6
212
+ .. versionadded:: 3.8
213
213
%End
214
214
215
215
int dpi() const;
Original file line number Diff line number Diff line change @@ -181,14 +181,14 @@ class CORE_EXPORT QgsLegendSettings
181
181
/* *
182
182
* Returns the factor of map units per pixel for symbols with size given in map units calculated by dpi and mmPerMapUnit
183
183
* \see setMapUnitsPerPixel()
184
- * \since QGIS 3.6
184
+ * \since QGIS 3.8
185
185
*/
186
186
double mapUnitsPerPixel () const ;
187
187
188
188
/* *
189
189
* Sets the the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
190
190
* \see mapUnitsPerPixel()
191
- * \since QGIS 3.6
191
+ * \since QGIS 3.8
192
192
*/
193
193
void setMapUnitsPerPixel ( double mapUnitsPerPixel );
194
194
You can’t perform that action at this time.
0 commit comments