From dab74e524a5d361cef698de48c6e8694d8f8b47b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 7 Apr 2015 11:22:44 +0200 Subject: [PATCH] Fixed black magic options being visible when none of its options were --- PrinterApplication.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PrinterApplication.py b/PrinterApplication.py index 57a273c067..285a5d1e9f 100644 --- a/PrinterApplication.py +++ b/PrinterApplication.py @@ -272,6 +272,7 @@ class PrinterApplication(QtApplication): elif self._output_source == 'usb': return 'print_usb' + @pyqtSlot() def writeToOutputDevice(self): pass