eric7/WebBrowser/QtHelp/HelpDocsInstaller.py

branch
eric7
changeset 8338
29feb4027695
parent 8318
962bce857696
child 8463
4a25c872d020
equal deleted inserted replaced
8337:6e2ca14e0dba 8338:29feb4027695
97 engine = None 97 engine = None
98 self.__mutex.unlock() 98 self.__mutex.unlock()
99 return 99 return
100 self.__mutex.unlock() 100 self.__mutex.unlock()
101 101
102 changes |= self.__installEric6Doc(engine) 102 changes |= self.__installEric7Doc(engine)
103 engine = None 103 engine = None
104 del engine 104 del engine
105 self.docsInstalled.emit(changes) 105 self.docsInstalled.emit(changes)
106 106
107 def __installQtDoc(self, name, version, engine): 107 def __installQtDoc(self, name, version, engine):
188 fi.absoluteFilePath()) 188 fi.absoluteFilePath())
189 return True 189 return True
190 190
191 return False 191 return False
192 192
193 def __installEric6Doc(self, engine): 193 def __installEric7Doc(self, engine):
194 """ 194 """
195 Private method to install/update the eric help documentation. 195 Private method to install/update the eric help documentation.
196 196
197 @param engine reference to the help engine (QHelpEngineCore) 197 @param engine reference to the help engine (QHelpEngineCore)
198 @return flag indicating success (boolean) 198 @return flag indicating success (boolean)

eric ide

mercurial