eric7/Utilities/BackgroundService.py

branch
eric7
changeset 8456
00a7d3bd87dc
parent 8366
2a9f5153c438
child 8478
b95aa969efdf
diff -r 3ca569b8f324 -r 00a7d3bd87dc eric7/Utilities/BackgroundService.py
--- a/eric7/Utilities/BackgroundService.py	Wed Jul 07 17:47:13 2021 +0200
+++ b/eric7/Utilities/BackgroundService.py	Fri Jul 09 19:58:16 2021 +0200
@@ -94,7 +94,7 @@
         
         backgroundClient = os.path.join(
             os.path.dirname(__file__), "BackgroundClient.py")
-        proc = QProcess()
+        proc = QProcess(self)
         proc.setProcessChannelMode(
             QProcess.ProcessChannelMode.ForwardedChannels)
         args = [

eric ide

mercurial