src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py
--- a/src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py	Tue Apr 23 11:26:04 2024 +0200
@@ -68,11 +68,11 @@
         Preferences.setUI("RecentNumber", self.recentFilesSpinBox.value())
 
     @pyqtSlot(int)
-    def on_windowComboBox_activated(self, index):
+    def on_windowComboBox_activated(self, _index):
         """
         Private slot to show a preview of the selected workspace view type.
 
-        @param index index of selected workspace view type
+        @param _index index of selected workspace view type (unused)
         @type int
         """
         workspace = self.windowComboBox.itemData(self.windowComboBox.currentIndex())

eric ide

mercurial