1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

FormatPlugin.readUids(Book &) method (dummy implementations)

This commit is contained in:
Nikolay Pultsin 2013-03-23 21:15:15 +04:00
parent 0b0a8cabf5
commit 72c85142dd
15 changed files with 36 additions and 1 deletions

View file

@ -50,6 +50,10 @@ bool HtmlPlugin::readMetaInfo(Book &book) const {
return true;
}
bool HtmlPlugin::readUids(Book &/*book*/) const {
return true;
}
bool HtmlPlugin::readModel(BookModel &model) const {
const Book& book = *model.book();
const ZLFile &file = book.file();