1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

new engine for mobi files

This commit is contained in:
Nikolay Pultsin 2014-09-08 07:41:08 +01:00
parent a25c23f5f9
commit aa8ab30807
64 changed files with 2652 additions and 2806 deletions

View file

@ -29,7 +29,7 @@
#include "../../bookmodel/BookModel.h"
#include "../../library/Book.h"
bool RtfPlugin::providesMetaInfo() const {
bool RtfPlugin::providesMetainfo() const {
return false;
}