eric6/UI/SplashScreen.py

changeset 8207
d359172d11be
parent 8143
2c730d5fd177
child 8218
7c09585bd960
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
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.

eric ide

mercurial