add missing SIP_DEPRECATED annotation

This commit is contained in:
Denis Rouzaud 2018-10-23 16:36:24 -04:00
parent c41a5d07d5
commit 1bcd306197
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ Transform device coordinates to map (world) coordinates
:return: QgsPointXY in map coorndiates
%End
QgsPointXY toMapPoint( double x, double y ) const;
QgsPointXY toMapPoint( double x, double y ) const /Deprecated/;
%Docstring
Transform device coordinates to map (world) coordinates

View File

@ -134,7 +134,7 @@ class CORE_EXPORT QgsMapToPixel
* Transform device coordinates to map (world) coordinates
* \deprecated since QGIS 3.4 use toMapCoordinates instead
*/
Q_DECL_DEPRECATED QgsPointXY toMapPoint( double x, double y ) const;
Q_DECL_DEPRECATED QgsPointXY toMapPoint( double x, double y ) const SIP_DEPRECATED;
/**
* Set map units per pixel