WebBrowser/QtHelp/HelpDocsInstaller.py

changeset 6143
bedf7ca6cea0
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
equal deleted inserted replaced
6142:304a469455c8 6143:bedf7ca6cea0
66 def run(self): 66 def run(self):
67 """ 67 """
68 Public method executed by the thread. 68 Public method executed by the thread.
69 """ 69 """
70 engine = QHelpEngineCore(self.__collection) 70 engine = QHelpEngineCore(self.__collection)
71 engine.setupData()
72 changes = False 71 changes = False
73 72
74 qt4Docs = ["designer", "linguist", "qt"] 73 qt4Docs = ["designer", "linguist", "qt"]
75 qt5Docs = [ 74 qt5Docs = [
76 "activeqt", "qdoc", "qmake", "qt3d", "qt3drenderer", 75 "activeqt", "qdoc", "qmake", "qt3d", "qt3drenderer",

eric ide

mercurial