Make FadegraphThreadController a singleton
This commit is contained in:
parent
8621a37af3
commit
7918bbb237
@ -39,6 +39,7 @@ class FadeGraphGenerator(QObject):
|
||||
self.task_completed.emit()
|
||||
|
||||
|
||||
@singleton
|
||||
class FadegraphThreadController(QObject):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user