Set wizard to null so we do not get complaints from QML

This commit is contained in:
Arjen Hiemstra 2015-09-01 15:07:45 +02:00
parent f7ecc1dc40
commit 5e3d492aba

View File

@ -17,7 +17,7 @@ Item
property string activeManufacturer: "Ultimaker";
property variant wizard;
property variant wizard: null;
Connections
{