From 5e3d492aba0609aacfb4161fd90581be98e48806 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 1 Sep 2015 15:07:45 +0200 Subject: [PATCH] Set wizard to null so we do not get complaints from QML --- resources/qml/WizardPages/AddMachine.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WizardPages/AddMachine.qml b/resources/qml/WizardPages/AddMachine.qml index bce4272c0e..3b58352500 100644 --- a/resources/qml/WizardPages/AddMachine.qml +++ b/resources/qml/WizardPages/AddMachine.qml @@ -17,7 +17,7 @@ Item property string activeManufacturer: "Ultimaker"; - property variant wizard; + property variant wizard: null; Connections {