mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
Formatting
This commit is contained in:
parent
e94edd5eec
commit
e6239a7157
@ -33,7 +33,7 @@ class Epub {
|
|||||||
bool parseContentOpf(const std::string& contentOpfFilePath);
|
bool parseContentOpf(const std::string& contentOpfFilePath);
|
||||||
bool parseTocNcxFile();
|
bool parseTocNcxFile();
|
||||||
void initializeSpineItemSizes();
|
void initializeSpineItemSizes();
|
||||||
static bool getItemSize(const ZipFile &zip, const std::string &itemHref, size_t *size);
|
static bool getItemSize(const ZipFile& zip, const std::string& itemHref, size_t* size);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit Epub(std::string filepath, const std::string& cacheDir) : filepath(std::move(filepath)) {
|
explicit Epub(std::string filepath, const std::string& cacheDir) : filepath(std::move(filepath)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user