mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-04 04:23:58 -06:00
fixed blank lines pep thingi
This commit is contained in:
parent
b0f413bee2
commit
553a3ec94a
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,7 @@ class PrinterApplication(QtApplication):
|
||||||
return log
|
return log
|
||||||
|
|
||||||
outputDevicesChanged = pyqtSignal()
|
outputDevicesChanged = pyqtSignal()
|
||||||
|
|
||||||
@pyqtProperty('QVariantMap', notify = outputDevicesChanged)
|
@pyqtProperty('QVariantMap', notify = outputDevicesChanged)
|
||||||
def outputDevices(self):
|
def outputDevices(self):
|
||||||
return self._output_devices
|
return self._output_devices
|
||||||
|
@ -309,6 +310,7 @@ class PrinterApplication(QtApplication):
|
||||||
self._output_devices[device]['function'](device)
|
self._output_devices[device]['function'](device)
|
||||||
|
|
||||||
writeToLocalFileRequested = pyqtSignal()
|
writeToLocalFileRequested = pyqtSignal()
|
||||||
|
|
||||||
def _writeToLocalFile(self, device):
|
def _writeToLocalFile(self, device):
|
||||||
self.writeToLocalFileRequested.emit()
|
self.writeToLocalFileRequested.emit()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue