Thumbnails finishing

This commit is contained in:
Jakub Melka
2019-12-08 19:20:36 +01:00
parent 1be4aea954
commit 7bcbd512a8
6 changed files with 59 additions and 2 deletions

View File

@@ -240,6 +240,8 @@ public:
/// Sets the extra item width/height for size hint. This space will be added to the size hint (pixmap size)
void setExtraItemSizeHint(int width, int height) { m_extraItemWidthHint = width; m_extraItemHeighHint = height; }
PDFInteger getPageIndex(const QModelIndex& index) const;
private:
void onPageImageChanged(bool all, const std::vector<PDFInteger>& pages);