This commit is contained in:
Kovid Goyal 2015-04-21 08:28:57 +05:30
parent dc95e13780
commit aea094214b

View File

@ -183,9 +183,6 @@ class SplashScreen(QSplashScreen):
while not self.drawn_once and (time.time() - st < 0.1):
Application.instance().processEvents()
def show(self):
QSplashScreen.show(self)
class GuiRunner(QObject):
'''Make sure an event loop is running before starting the main work of
initialization'''