mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Thumbnails finishing
This commit is contained in:
@ -742,6 +742,11 @@ void PDFThumbnailsItemModel::setDocument(const PDFDocument* document)
|
||||
}
|
||||
}
|
||||
|
||||
PDFInteger PDFThumbnailsItemModel::getPageIndex(const QModelIndex& index) const
|
||||
{
|
||||
return index.row();
|
||||
}
|
||||
|
||||
void PDFThumbnailsItemModel::onPageImageChanged(bool all, const std::vector<PDFInteger>& pages)
|
||||
{
|
||||
Q_UNUSED(all);
|
||||
|
Reference in New Issue
Block a user