mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] fix typo
This commit is contained in:
parent
1a6aee18f0
commit
6cbe0ee71c
@ -34,7 +34,7 @@ from qgis.gui import QgsMapTool, QgsMapToolEmitPoint, QgsRubberBand
|
||||
class RectangleMapTool(QgsMapToolEmitPoint):
|
||||
|
||||
rectangleCreated = pyqtSignal()
|
||||
deactovated = pyqtSignal()
|
||||
deactivated = pyqtSignal()
|
||||
|
||||
def __init__(self, canvas):
|
||||
self.canvas = canvas
|
||||
|
Loading…
x
Reference in New Issue
Block a user