diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/UI/SplashScreen.py --- 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