mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
FormatPlugin.readUids(Book &) method (dummy implementations)
This commit is contained in:
parent
0b0a8cabf5
commit
72c85142dd
15 changed files with 36 additions and 1 deletions
|
@ -54,6 +54,10 @@ bool RtfPlugin::readMetaInfo(Book &book) const {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool RtfPlugin::readUids(Book &/*book*/) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool RtfPlugin::readModel(BookModel &model) const {
|
||||
const Book &book = *model.book();
|
||||
return RtfBookReader(model, book.encoding()).readDocument(book.file());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue