Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix comment since 3.4
  • Loading branch information
signedav committed Apr 24, 2019
1 parent 5ff5f52 commit d5b8e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/server/auto_generated/qgsserverprojectutils.sip.in
Expand Up @@ -162,7 +162,7 @@ Returns the default number of map units per millimeters in case of the scale is

:return: the default number of map units per millimeter

.. versionadded:: 3.8
.. versionadded:: 3.4
%End

bool wmsUseLayerIds( const QgsProject &project );
Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsserverprojectutils.h
Expand Up @@ -151,7 +151,7 @@ namespace QgsServerProjectUtils
* Returns the default number of map units per millimeters in case of the scale is not given
* \param project the QGIS project
* \returns the default number of map units per millimeter
* \since QGIS 3.8
* \since QGIS 3.4
*/
SERVER_EXPORT double wmsDefaultMapUnitsPerMm( const QgsProject &project );

Expand Down

0 comments on commit d5b8e03

Please sign in to comment.