Skip to content

Commit

Permalink
fix comment since 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Apr 24, 2019
1 parent d6e96fc commit 1dbe784
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 @@ -171,7 +171,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 @@ -158,7 +158,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 1dbe784

Please sign in to comment.