Helpviewer/HelpDocsInstaller.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 168
3383117f894b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
69 engine = None 69 engine = None
70 self.__mutex.unlock() 70 self.__mutex.unlock()
71 return 71 return
72 self.__mutex.unlock() 72 self.__mutex.unlock()
73 73
74 changes |= self.__installEric4Doc(engine) 74 changes |= self.__installEric5Doc(engine)
75 engine = None 75 engine = None
76 del engine 76 del engine
77 self.emit(SIGNAL("docsInstalled(bool)"), changes) 77 self.emit(SIGNAL("docsInstalled(bool)"), changes)
78 78
79 def __installQtDoc(self, name, engine): 79 def __installQtDoc(self, name, engine):
134 fi.absoluteFilePath()) 134 fi.absoluteFilePath())
135 return True 135 return True
136 136
137 return False 137 return False
138 138
139 def __installEric4Doc(self, engine): 139 def __installEric5Doc(self, engine):
140 """ 140 """
141 Private method to install/update the eric5 help documentation. 141 Private method to install/update the eric5 help documentation.
142 142
143 @param engine reference to the help engine (QHelpEngineCore) 143 @param engine reference to the help engine (QHelpEngineCore)
144 @return flag indicating success (boolean) 144 @return flag indicating success (boolean)

eric ide

mercurial