mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add missing SIP_DEPRECATED annotation
This commit is contained in:
parent
c41a5d07d5
commit
1bcd306197
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user