From b50c005f50eb288a2c9569d73811c9a55fd9e08c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Jun 2016 22:21:29 +0530 Subject: [PATCH] ... --- src/calibre/utils/img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/img.py b/src/calibre/utils/img.py index 350ef29549..bcd9f5abc2 100644 --- a/src/calibre/utils/img.py +++ b/src/calibre/utils/img.py @@ -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']