mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 12:00:17 +02:00
readMetaInfo -> readMetainfo
This commit is contained in:
parent
456a320625
commit
aeb905a08d
29 changed files with 45 additions and 45 deletions
|
@ -124,9 +124,9 @@ ZLFile OEBPlugin::opfFile(const ZLFile &oebFile) {
|
|||
return ZLFile::NO_FILE;
|
||||
}
|
||||
|
||||
bool OEBPlugin::readMetaInfo(Book &book) const {
|
||||
bool OEBPlugin::readMetainfo(Book &book) const {
|
||||
const ZLFile &file = book.file();
|
||||
return OEBMetaInfoReader(book).readMetaInfo(opfFile(file));
|
||||
return OEBMetaInfoReader(book).readMetainfo(opfFile(file));
|
||||
}
|
||||
|
||||
std::vector<shared_ptr<FileEncryptionInfo> > OEBPlugin::readEncryptionInfos(Book &book) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue