Fixed black magic options being visible when none of its options were

This commit is contained in:
Jaime van Kessel 2015-04-07 11:22:44 +02:00
parent 130e97b860
commit dab74e524a

View File

@ -272,6 +272,7 @@ class PrinterApplication(QtApplication):
elif self._output_source == 'usb':
return 'print_usb'
@pyqtSlot()
def writeToOutputDevice(self):
pass