mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix typo (coordiantes)
This commit is contained in:
parent
62c8998f85
commit
1fc81d6f98
@ -15,7 +15,7 @@ class QgsMapMouseEvent : QMouseEvent
|
||||
%Docstring
|
||||
A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
|
||||
It is sent whenever the user moves, clicks, releases or double clicks the mouse.
|
||||
In addition to the coordiantes in pixel space it also knows the coordinates in the mapcanvas' CRS
|
||||
In addition to the coordinates in pixel space it also knows the coordinates in the mapcanvas' CRS
|
||||
as well as it knows the concept of snapping.
|
||||
%End
|
||||
|
||||
|
@ -1752,6 +1752,7 @@ convinient:convenient
|
||||
conviniently:conveniently
|
||||
coodinate:coordinate
|
||||
coodinates:coordinates
|
||||
coordiante:coordinate
|
||||
coordiantion:coordination
|
||||
coorperation:corporation
|
||||
coorperations:corporations
|
||||
|
@ -28,7 +28,7 @@ class QgsMapToolAdvancedDigitizing;
|
||||
/** \ingroup gui
|
||||
* A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
|
||||
* It is sent whenever the user moves, clicks, releases or double clicks the mouse.
|
||||
* In addition to the coordiantes in pixel space it also knows the coordinates in the mapcanvas' CRS
|
||||
* In addition to the coordinates in pixel space it also knows the coordinates in the mapcanvas' CRS
|
||||
* as well as it knows the concept of snapping.
|
||||
*/
|
||||
class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent
|
||||
|
Loading…
x
Reference in New Issue
Block a user