UserInterface: changed code handling the finished signal of the web browser process.

Sat, 14 Mar 2020 11:49:13 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 14 Mar 2020 11:49:13 +0100
changeset 7456
f8a68f7dac23
parent 7455
9d0852f0bb2c
child 7457
16083f6298f8

UserInterface: changed code handling the finished signal of the web browser process.

eric6/UI/UserInterface.py file | annotate | diff | comparison | revisions
--- a/eric6/UI/UserInterface.py	Sat Mar 14 11:11:51 2020 +0100
+++ b/eric6/UI/UserInterface.py	Sat Mar 14 11:49:13 2020 +0100
@@ -6089,8 +6089,6 @@
         """
         Private slot handling the end of the external web browser process.
         """
-        self.__webBrowserProcess and self.__webBrowserProcess.deleteLater()
-        
         self.__webBrowserProcess = None
         self.__webBrowserClient = None
     

eric ide

mercurial