src/eric7/UI/SplashScreen.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10760
f702f6781b05
--- a/src/eric7/UI/SplashScreen.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/UI/SplashScreen.py	Tue Apr 23 11:26:04 2024 +0200
@@ -84,11 +84,11 @@
         """
         pass
 
-    def finish(self, widget):
+    def finish(self, _widget):
         """
         Public method to finish the splash screen.
 
-        @param widget widget to wait for
+        @param _widget widget to wait for (unused)
         @type QWidget
         """
         pass

eric ide

mercurial