eric6/UI/UserInterface.py

changeset 7456
f8a68f7dac23
parent 7360
9190402e4505
child 7503
b17672e6812d
child 7533
88261c96484b
--- 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