src/eric7/Preferences/ConfigurationPages/QtPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 10766
d35d6f96c24b
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/ConfigurationPages/QtPage.py
--- a/src/eric7/Preferences/ConfigurationPages/QtPage.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/QtPage.py	Tue Apr 23 11:26:04 2024 +0200
@@ -153,21 +153,21 @@
         )
 
     @pyqtSlot(str)
-    def on_qtPrefixEdit_textChanged(self, txt):
+    def on_qtPrefixEdit_textChanged(self, _txt):
         """
         Private slot to handle a change in the entered Qt directory.
 
-        @param txt the entered string
+        @param _txt the entered string (unused)
         @type str
         """
         self.__updateQtSample()
 
     @pyqtSlot(str)
-    def on_qtPostfixEdit_textChanged(self, txt):
+    def on_qtPostfixEdit_textChanged(self, _txt):
         """
         Private slot to handle a change in the entered Qt directory.
 
-        @param txt the entered string
+        @param _txt the entered string (unused)
         @type str
         """
         self.__updateQtSample()

eric ide

mercurial