Skip to content

Commit d5b8e03

Browse files
committedApr 24, 2019
fix comment since 3.4
1 parent 5ff5f52 commit d5b8e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/server/auto_generated/qgsserverprojectutils.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Returns the default number of map units per millimeters in case of the scale is
162162

163163
:return: the default number of map units per millimeter
164164

165-
.. versionadded:: 3.8
165+
.. versionadded:: 3.4
166166
%End
167167

168168
bool wmsUseLayerIds( const QgsProject &project );

‎src/server/qgsserverprojectutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ namespace QgsServerProjectUtils
151151
* Returns the default number of map units per millimeters in case of the scale is not given
152152
* \param project the QGIS project
153153
* \returns the default number of map units per millimeter
154-
* \since QGIS 3.8
154+
* \since QGIS 3.4
155155
*/
156156
SERVER_EXPORT double wmsDefaultMapUnitsPerMm( const QgsProject &project );
157157

0 commit comments

Comments
 (0)
Please sign in to comment.