Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2021-12-29 11:10:19 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-12-29 11:10:19 +0300
commit895488a07b47ad9489733c5f3b540c393c5dfa8c (patch)
treec61eb123f80d9e78442f828b0b02ebad57b77070 /plugins/SupportEraser
parent6dc6020217001fc22b1087e7bf2380da28234c0b (diff)
Qt5->Qt6: Usee key-constants namespace.
part of CURA-8591
Diffstat (limited to 'plugins/SupportEraser')
-rw-r--r--plugins/SupportEraser/SupportEraser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SupportEraser/SupportEraser.py b/plugins/SupportEraser/SupportEraser.py
index 5453334922..d9b0aa8483 100644
--- a/plugins/SupportEraser/SupportEraser.py
+++ b/plugins/SupportEraser/SupportEraser.py
@@ -31,7 +31,7 @@ import numpy
class SupportEraser(Tool):
def __init__(self):
super().__init__()
- self._shortcut_key = Qt.Key_E
+ self._shortcut_key = Qt.Key.Key_E
self._controller = self.getController()
self._selection_pass = None