fix merge master

This commit is contained in:
Jérôme Launay 2025-12-17 21:18:54 +01:00
parent 83e20fb568
commit b042e3c790

View File

@ -70,5 +70,5 @@ class Epub {
int findVirtualSpineIndex(const std::string& filename) const; int findVirtualSpineIndex(const std::string& filename) const;
size_t getBookSize() const; size_t getBookSize() const;
uint8_t calculateProgress(const int currentSpineIndex, const float currentSpineRead) const; uint8_t calculateProgress(const int currentSpineIndex, const float currentSpineRead);
}; };