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) |