Skip to content

Commit dc0877c

Browse files
authored
Merge pull request #9858 from signedav/default_symbol_scale
Fix "\since" comment because of backporting
2 parents 7569646 + 450e193 commit dc0877c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/server/auto_generated/qgsserverprojectutils.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Returns the default number of map units per millimeters in case of the scale is
171171

172172
:return: the default number of map units per millimeter
173173

174-
.. versionadded:: 3.8
174+
.. versionadded:: 3.4
175175
%End
176176

177177
bool wmsUseLayerIds( const QgsProject &project );

src/server/qgsserverprojectutils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ namespace QgsServerProjectUtils
158158
* Returns the default number of map units per millimeters in case of the scale is not given
159159
* \param project the QGIS project
160160
* \returns the default number of map units per millimeter
161-
* \since QGIS 3.8
161+
* \since QGIS 3.4
162162
*/
163163
SERVER_EXPORT double wmsDefaultMapUnitsPerMm( const QgsProject &project );
164164

0 commit comments

Comments
 (0)