mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
Encryption info usage (in progress)
This commit is contained in:
parent
6902f72b31
commit
746f19b874
5 changed files with 29 additions and 30 deletions
|
@ -530,7 +530,7 @@ void XHTMLReader::setMarkFirstImageAsCover() {
|
|||
myMarkNextImageAsCover = true;
|
||||
}
|
||||
|
||||
bool XHTMLReader::readFile(const ZLFile &file, const std::string &referenceName) {
|
||||
bool XHTMLReader::readFile(const ZLFile &file, const std::string &referenceName, shared_ptr<EncryptionInfo> encryptionInfo) {
|
||||
fillTagTable();
|
||||
|
||||
myPathPrefix = MiscUtil::htmlDirectoryPrefix(file.path());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue