4097 @type str |
4097 @type str |
4098 """ |
4098 """ |
4099 EricMessageBox.warning(self, self.tr("eric Web Browser"), message) |
4099 EricMessageBox.warning(self, self.tr("eric Web Browser"), message) |
4100 |
4100 |
4101 @pyqtSlot(bool) |
4101 @pyqtSlot(bool) |
4102 def __docsInstalled(self, installed): |
4102 def __docsInstalled(self, _installed): |
4103 """ |
4103 """ |
4104 Private slot handling the end of documentation installation. |
4104 Private slot handling the end of documentation installation. |
4105 |
4105 |
4106 @param installed flag indicating that documents were installed |
4106 @param _installed flag indicating that documents were installed (unused) |
4107 @type bool |
4107 @type bool |
4108 """ |
4108 """ |
4109 if WebBrowserWindow._useQtHelp: |
4109 if WebBrowserWindow._useQtHelp: |
4110 self.statusBar().clearMessage() |
4110 self.statusBar().clearMessage() |
4111 self.__helpEngine.setupData() |
4111 self.__helpEngine.setupData() |