53 """ |
53 """ |
54 super(SplashScreen, self).clearMessage() |
54 super(SplashScreen, self).clearMessage() |
55 QApplication.processEvents() |
55 QApplication.processEvents() |
56 |
56 |
57 |
57 |
58 class NoneSplashScreen(object): |
58 class NoneSplashScreen: |
59 """ |
59 """ |
60 Class implementing a "None" splashscreen for eric. |
60 Class implementing a "None" splashscreen for eric. |
61 |
61 |
62 This class implements the same interface as the real splashscreen, |
62 This class implements the same interface as the real splashscreen, |
63 but simply does nothing. |
63 but simply does nothing. |