mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:06:05 +08:00
Fix type signature of function
Co-authored-by: Joey de l'Arago <joeydelarago@gmail.com>
This commit is contained in:
parent
a645fa7d96
commit
f297909a82
@ -1632,7 +1632,7 @@ class MachineManager(QObject):
|
|||||||
# - "my_profile - Fine" (only based on a default quality, no intent involved)
|
# - "my_profile - Fine" (only based on a default quality, no intent involved)
|
||||||
# - "my_profile - Engineering - Fine" (based on an intent)
|
# - "my_profile - Engineering - Fine" (based on an intent)
|
||||||
@pyqtProperty("QList<QString>", notify = activeQualityDisplayNameChanged)
|
@pyqtProperty("QList<QString>", notify = activeQualityDisplayNameChanged)
|
||||||
def activeQualityDisplayNameStringParts(self) -> [str]:
|
def activeQualityDisplayNameStringParts(self) -> List[str]:
|
||||||
result_map = self.activeQualityDisplayNameMap
|
result_map = self.activeQualityDisplayNameMap
|
||||||
string_parts = []
|
string_parts = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user