Skip to content

Commit e01a80f

Browse files
committed
Fix incorrect docs
(cherry picked from commit bef93c5)
1 parent 3d4177a commit e01a80f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

python/PyQt6/core/auto_generated/qgsmaptopixel.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Transforms the point specified by x,y from map (world) coordinates to device coo
9494

9595
void transformInPlace( double &x, double &y ) const;
9696
%Docstring
97-
Transforms device coordinates to map coordinates.
97+
Transforms map coordinates to device coordinates.
9898

9999
This method modifies the given coordinates in place. It is intended as a fast way to do the
100100
transform.

python/core/auto_generated/qgsmaptopixel.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Transforms the point specified by x,y from map (world) coordinates to device coo
9494

9595
void transformInPlace( double &x, double &y ) const;
9696
%Docstring
97-
Transforms device coordinates to map coordinates.
97+
Transforms map coordinates to device coordinates.
9898

9999
This method modifies the given coordinates in place. It is intended as a fast way to do the
100100
transform.

src/core/qgsmaptopixel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class CORE_EXPORT QgsMapToPixel
118118
}
119119

120120
/**
121-
* Transforms device coordinates to map coordinates.
121+
* Transforms map coordinates to device coordinates.
122122
*
123123
* This method modifies the given coordinates in place. It is intended as a fast way to do the
124124
* transform.
@@ -150,7 +150,7 @@ class CORE_EXPORT QgsMapToPixel
150150
#ifndef SIP_RUN
151151

152152
/**
153-
* Transforms device coordinates to map coordinates.
153+
* Transforms map coordinates to device coordinates.
154154
*
155155
* This method modifies the given coordinates in place. It is intended as a fast way to do the
156156
* transform.

0 commit comments

Comments
 (0)