Helpviewer/HelpDocsInstaller.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
59 """ 59 """
60 self.start(QThread.LowPriority) 60 self.start(QThread.LowPriority)
61 61
62 def run(self): 62 def run(self):
63 """ 63 """
64 Protected method executed by the thread. 64 Public method executed by the thread.
65 """ 65 """
66 engine = QHelpEngineCore(self.__collection) 66 engine = QHelpEngineCore(self.__collection)
67 engine.setupData() 67 engine.setupData()
68 changes = False 68 changes = False
69 69

eric ide

mercurial