src/eric7/UI/Previewers/PreviewerQSS.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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)

eric ide

mercurial