Cluster can now "target" one of it's printers for display

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-30 13:07:01 +01:00
parent a49d3dbd8e
commit dea13899b3
5 changed files with 31 additions and 13 deletions

View file

@ -17,7 +17,7 @@ Item
MouseArea
{
anchors.fill: parent
onClicked: OutputDevice.selectAutomaticPrinter()
onClicked: OutputDevice.setActivePrinter(null)
z: 0
}