Skip to content

Commit 6b09be7

Browse files
committedFeb 26, 2019
update docu since 3.8
1 parent 61ceeb7 commit 6b09be7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎python/core/auto_generated/qgslegendsettings.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.6
203+
.. versionadded:: 3.8
204204
%End
205205

206206
void setMapUnitsPerPixel( double mapUnitsPerPixel );
@@ -209,7 +209,7 @@ Sets the the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from t
209209

210210
.. seealso:: :py:func:`mapUnitsPerPixel`
211211

212-
.. versionadded:: 3.6
212+
.. versionadded:: 3.8
213213
%End
214214

215215
int dpi() const;

‎src/core/qgslegendsettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.6
184+
* \since QGIS 3.8
185185
*/
186186
double mapUnitsPerPixel() const;
187187

188188
/**
189189
* Sets the the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
190190
* \see mapUnitsPerPixel()
191-
* \since QGIS 3.6
191+
* \since QGIS 3.8
192192
*/
193193
void setMapUnitsPerPixel( double mapUnitsPerPixel );
194194

0 commit comments

Comments
 (0)
Please sign in to comment.