mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Refactoring - using of CMS
This commit is contained in:
@ -113,3 +113,9 @@ void MainWindow::on_actionAdd_JBIG2_image_triggered()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::reportRenderErrorOnce(pdf::RenderErrorType type, QString message)
|
||||
{
|
||||
Q_UNUSED(type);
|
||||
QMessageBox::critical(this, tr("Error"), message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user