mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Some bugfixing
This commit is contained in:
@ -48,6 +48,8 @@ PDFRenderToImagesDialog::PDFRenderToImagesDialog(const pdf::PDFDocument* documen
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
qRegisterMetaType<pdf::PDFRenderError>("PDFRenderError");
|
||||
|
||||
// Load image formats
|
||||
for (const QByteArray& format : m_imageWriterSettings.getFormats())
|
||||
{
|
||||
|
Reference in New Issue
Block a user