Review comments

This commit is contained in:
jpirnay
2026-02-28 05:31:12 +01:00
parent 5764e22b82
commit 8c08c19ca6
3 changed files with 20 additions and 8 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ class ProgressMapper {
private:
/**
* Generate XPath for KOReader compatibility.
* Fallback format: /body/DocFragment[spineIndex]/body
* Fallback format: /body/DocFragment[spineIndex + 1]/body
*/
static std::string generateXPath(int spineIndex, int pageNumber, int totalPages);
static std::string generateXPath(int spineIndex);
};