Update kreslení anotací

This commit is contained in:
Jakub Melka
2025-02-23 19:49:04 +01:00
parent 046b68fa64
commit 63d81e751d
2 changed files with 2 additions and 15 deletions

View File

@ -382,7 +382,7 @@ signals:
void pageLayoutChanged();
void renderingError(pdf::PDFInteger pageIndex, const QList<pdf::PDFRenderError>& errors);
void repaintNeeded();
void pageImageChanged(bool all, const std::vector<PDFInteger>& pages);
void pageImageChanged(bool all, const std::vector<pdf::PDFInteger>& pages);
void textLayoutChanged();
private: