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:
authorjoeydelarago <joeydelarago@gmail.com>2022-08-23 11:35:00 +0300
committerjoeydelarago <joeydelarago@gmail.com>2022-08-23 11:35:00 +0300
commit7ffa770fb47c2a4acbb0700378ef0b96ea519523 (patch)
tree63f4f5d1f19942576799682f9881a430b1dc9e81 /resources
parentd1ae3136aa8c617967756a50c673030093782945 (diff)
Searching container registry returns ContainerStacks.
Made typing more generic to work with an ContainerStack to compensate. Made AbstractMachine getMachines a classmethod so it can be called with ContainerStacks. CURA-9514
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/PrinterSelector/MachineSelectorList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrinterSelector/MachineSelectorList.qml b/resources/qml/PrinterSelector/MachineSelectorList.qml
index ae2706f9ab..822bdad3c5 100644
--- a/resources/qml/PrinterSelector/MachineSelectorList.qml
+++ b/resources/qml/PrinterSelector/MachineSelectorList.qml
@@ -10,7 +10,7 @@ import Cura 1.0 as Cura
ListView
{
id: listView
- model: Cura.GlobalStacksModel {}
+ model: Cura.AbstractStacksModel {}
section.property: "hasRemoteConnection"
property real contentHeight: childrenRect.height