--- a/UI/SplashScreen.py Fri Mar 11 08:55:14 2011 +0100 +++ b/UI/SplashScreen.py Fri Mar 11 16:51:57 2011 +0100 @@ -15,6 +15,7 @@ from eric5config import getConfig + class SplashScreen(QSplashScreen): """ Class implementing a splashscreen for eric5. @@ -47,6 +48,7 @@ QSplashScreen.clearMessage(self) QApplication.processEvents() + class NoneSplashScreen(object): """ Class implementing a "None" splashscreen for eric5. @@ -80,4 +82,4 @@ @param widget widget to wait for (QWidget) """ - pass \ No newline at end of file + pass