From 7ffa770fb47c2a4acbb0700378ef0b96ea519523 Mon Sep 17 00:00:00 2001 From: joeydelarago Date: Tue, 23 Aug 2022 10:35:00 +0200 Subject: 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 --- resources/qml/PrinterSelector/MachineSelectorList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') 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 -- cgit v1.2.3