Add a method to get the a book illustration for a specific size.

This commit is contained in:
Matthieu Gautier
2021-11-17 15:09:15 +01:00
parent 66c40817ee
commit 9482bfb95b
2 changed files with 14 additions and 4 deletions

View File

@ -100,6 +100,7 @@ class Book
const std::string& getFaviconMimeType() const;
Illustrations getIllustrations() const;
std::shared_ptr<const Illustration> getIllustration(unsigned int size) const;
const std::string& getDownloadId() const { return m_downloadId; }