mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
dc95e13780
commit
aea094214b
@ -183,9 +183,6 @@ class SplashScreen(QSplashScreen):
|
|||||||
while not self.drawn_once and (time.time() - st < 0.1):
|
while not self.drawn_once and (time.time() - st < 0.1):
|
||||||
Application.instance().processEvents()
|
Application.instance().processEvents()
|
||||||
|
|
||||||
def show(self):
|
|
||||||
QSplashScreen.show(self)
|
|
||||||
|
|
||||||
class GuiRunner(QObject):
|
class GuiRunner(QObject):
|
||||||
'''Make sure an event loop is running before starting the main work of
|
'''Make sure an event loop is running before starting the main work of
|
||||||
initialization'''
|
initialization'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user