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())
|
||||
{
|
||||
|
@@ -96,4 +96,6 @@ private:
|
||||
|
||||
} // namespace pdfviewer
|
||||
|
||||
Q_DECLARE_METATYPE(pdf::PDFRenderError)
|
||||
|
||||
#endif // PDFRENDERTOIMAGESDIALOG_H
|
||||
|
Reference in New Issue
Block a user