mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
readMetaInfo -> readMetainfo
This commit is contained in:
parent
456a320625
commit
aeb905a08d
29 changed files with 45 additions and 45 deletions
|
@ -37,7 +37,7 @@ const std::string RtfPlugin::supportedFileType() const {
|
|||
return "rtf";
|
||||
}
|
||||
|
||||
bool RtfPlugin::readMetaInfo(Book &book) const {
|
||||
bool RtfPlugin::readMetainfo(Book &book) const {
|
||||
if (!RtfDescriptionReader(book).readDocument(book.file())) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue