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", |