QtHelpSchemeHandler: changed the way the Qt help pages are loaded again in order to get rid of some crash situations. maintenance

Sat, 06 Oct 2018 14:48:45 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Oct 2018 14:48:45 +0200
branch
maintenance
changeset 6542
dac410f3aff4
parent 6541
eb33ca9a8b22
child 6569
b4aeb61b3e3c

QtHelpSchemeHandler: changed the way the Qt help pages are loaded again in order to get rid of some crash situations.
(grafted from 978df36d2f4db5a83478a6a791e7e9585dd5bcab)

WebBrowser/Network/QtHelpSchemeHandler.py file | annotate | diff | comparison | revisions
--- a/WebBrowser/Network/QtHelpSchemeHandler.py	Fri Oct 05 18:59:06 2018 +0200
+++ b/WebBrowser/Network/QtHelpSchemeHandler.py	Sat Oct 06 14:48:45 2018 +0200
@@ -147,7 +147,7 @@
             # do our own (limited) guessing
             self.__mimeType = self.__mimeFromUrl(url)
         
-        QTimer.singleShot(0, lambda: self.__loadQtHelpPage(url))
+        self.__loadQtHelpPage(url)
     
     def __loadQtHelpPage(self, url):
         """

eric ide

mercurial