1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-14 00:36:11 +00:00

Little code cleanup

This commit is contained in:
Paweł Jastrzębski
2013-09-11 15:22:18 +02:00
parent 4c96de9cdf
commit a28ad2b0c7
5 changed files with 4 additions and 5 deletions
-1
View File
@@ -111,7 +111,6 @@ class WorkerThread(QtCore.QThread):
self.emit(QtCore.SIGNAL("addMessage"), '<b>Conversion interrupted.</b>', 'error')
self.emit(QtCore.SIGNAL("modeConvert"), True)
# noinspection PyUnboundLocalVariable
def run(self):
self.emit(QtCore.SIGNAL("modeConvert"), False)
profile = ProfileData.ProfileLabels[str(GUI.DeviceBox.currentText())]