mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +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
|
@ -65,6 +65,10 @@ bool TxtPlugin::readModel(BookModel &model) const {
|
|||
// return new PlainTextInfoPage(dialog, file, ZLResourceKey("Text"), true);
|
||||
//}
|
||||
|
||||
bool TxtPlugin::readUids(Book &/*book*/) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TxtPlugin::readLanguageAndEncoding(Book &book) const {
|
||||
shared_ptr<ZLInputStream> stream = book.file().inputStream();
|
||||
if (stream.isNull()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue