388 @type str |
388 @type str |
389 """ |
389 """ |
390 self.__toolEntryChanged() |
390 self.__toolEntryChanged() |
391 |
391 |
392 @pyqtSlot(int) |
392 @pyqtSlot(int) |
393 def on_redirectCombo_currentIndexChanged(self, index): |
393 def on_redirectCombo_currentIndexChanged(self, _index): |
394 """ |
394 """ |
395 Private slot called, when the redirection mode was changed. |
395 Private slot called, when the redirection mode was changed. |
396 |
396 |
397 @param index the selected mode index (ignored) |
397 @param _index the selected mode index (unused) |
398 @type int |
398 @type int |
399 """ |
399 """ |
400 self.__toolEntryChanged() |
400 self.__toolEntryChanged() |
401 |
401 |
402 def getToollist(self): |
402 def getToollist(self): |