Fixed adding machine in printer dialog

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-12 11:53:01 +02:00
parent 78e9545ece
commit 65022c3d18

View file

@ -19,7 +19,7 @@ UM.ManagementPage
onDataChanged: numInstances = model.rowCount()
}
onAddObject: model.requestAddMachine();
onAddObject: Printer.requestAddPrinter()
onRemoveObject: confirmDialog.open();
onRenameObject: renameDialog.open();