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
path: root/cura
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-06-14 16:39:28 +0300
committerGhostkeeper <rubend@tutanota.com>2022-06-14 17:00:13 +0300
commitbd131257fec7ea80e2edd9cdc41da2e06f69c50a (patch)
treefb2219383a3971df26a90e6bd4b037aec7abe9d6 /cura
parent40d473c243297dcdd0d7de7c7fb03c83c3b951cb (diff)
Implement sending a signal when changing intent changes quality level
For now it does nothing. But I'm adding a function that should cause the combobox to pulse. That'll be a new feature so I'm implementing it in a separate commit. Contributes to issue CURA-8849.
Diffstat (limited to 'cura')
-rw-r--r--cura/Settings/IntentManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Settings/IntentManager.py b/cura/Settings/IntentManager.py
index fd5dd22b82..7d3e2659bf 100644
--- a/cura/Settings/IntentManager.py
+++ b/cura/Settings/IntentManager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019 Ultimaker B.V.
+# Copyright (c) 2022 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt6.QtCore import QObject, pyqtProperty, pyqtSignal, pyqtSlot