This commit is contained in:
Kovid Goyal 2013-01-30 14:51:46 +05:30
parent 716d55e869
commit 22f7530891

View File

@ -22,6 +22,7 @@ from calibre.gui2 import error_dialog, file_icon_provider
from calibre.ptempfile import PersistentTemporaryDirectory
class PDFCovers(QDialog):
'Choose a cover from the first few pages of a PDF'
rendering_done = pyqtSignal()