DocDiff application: calculating page graphic piece info

This commit is contained in:
Jakub Melka
2021-09-08 20:33:32 +02:00
parent e354a03564
commit b2a9342047
5 changed files with 295 additions and 22 deletions

View File

@@ -103,7 +103,7 @@ public:
void addInputInterface(IDrawWidgetInputInterface* inputInterface);
signals:
void pageRenderingErrorsChanged(PDFInteger pageIndex, int errorsCount);
void pageRenderingErrorsChanged(pdf::PDFInteger pageIndex, int errorsCount);
private:
void updateRendererImpl();