Fix PySide6.8 signal-slot threading problem
2 unresolved threads
2 unresolved threads
Compare changes
- Kien Le authored
@@ -9,7 +9,10 @@ from PySide6.QtCore import Qt
@@ -64,7 +67,11 @@ class DataLoaderWorker(QtCore.QObject):
Do we need
self.
here?Probably not? I added it just in case the reference to the method is garbage collected. I have encountered this kind of issue before where an object gets deleted if they are not saved as an instance attribute.