From 949fd199a865f4b2d2d2a6875112faa3d2a56ebf Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Mon, 30 Nov 2015 11:56:08 +0100 Subject: [PATCH] Fix the last code style issue --- plugins/USBPrinting/USBPrinterManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/USBPrinting/USBPrinterManager.py b/plugins/USBPrinting/USBPrinterManager.py index 1e1cd538b3..4e9ba09cc5 100644 --- a/plugins/USBPrinting/USBPrinterManager.py +++ b/plugins/USBPrinting/USBPrinterManager.py @@ -56,6 +56,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension): printerConnectionStateChanged = pyqtSignal() progressChanged = pyqtSignal() + @pyqtProperty(float, notify = progressChanged) def progress(self): progress = 0