Did a little reformatting and removed that commented out test code. xD
This commit is contained in:
parent
a81ea15afd
commit
6786a3dcd8
2 changed files with 3 additions and 7 deletions
|
@ -45,11 +45,6 @@ class ProcessDock(QDockWidget):
|
|||
|
||||
self.job_started_signal.connect(self.on_background_job_start)
|
||||
|
||||
# for i in range(8):
|
||||
# self.add_process(BackgroundProcess(f"Kurwa x{i}", self.process_container, "Boooooooober!!!"))
|
||||
#
|
||||
# self.add_process(BackgroundProcess("ja perdole!", self.process_container, "Boooooooober!!!"))
|
||||
|
||||
def add_process(self, name: str, process: BackgroundProcess):
|
||||
if not name in self.processes:
|
||||
self.processes[name] = process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue