diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/UI/Previewers/PreviewerQSS.py --- a/src/eric7/UI/Previewers/PreviewerQSS.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/UI/Previewers/PreviewerQSS.py Tue Apr 23 11:26:04 2024 +0200 @@ -89,11 +89,11 @@ ) @pyqtSlot(str) - def on_styleIconsPathPicker_textChanged(self, txt): + def on_styleIconsPathPicker_textChanged(self, _txt): """ Private slot handling a change of the style icons path. - @param txt name of the style icons directory + @param _txt name of the style icons directory (unused) @type str """ self.processEditor(self.__lastEditor)