mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
cfbf1d0f06
commit
b50c005f50
@ -19,7 +19,7 @@ from calibre.utils.filenames import atomic_rename
|
||||
|
||||
if QCoreApplication.instance() is None:
|
||||
# We need a QCoreApplication() in order to load imageformat plugins
|
||||
_core_app = QCoreApplication()
|
||||
_core_app = QCoreApplication([])
|
||||
|
||||
# Utilities {{{
|
||||
imageops, imageops_err = plugins['imageops']
|
||||
|
Loading…
x
Reference in New Issue
Block a user