X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=model%2Fbook.h;h=dbc0b71ff1d9ef2810a5be0c4297993405010af1;hb=c117d4284c7128f22fce6dc7ac4a5877eb1a8443;hp=6e53829102d2f7e6e110e00a9a2f88fdf2dacac9;hpb=b0a7945bf0eb85b6edd5fae23317a6a1af7ba414;p=dorian diff --git a/model/book.h b/model/book.h index 6e53829..dbc0b71 100644 --- a/model/book.h +++ b/model/book.h @@ -16,7 +16,7 @@ class Book: public QObject public: - /** Content item in the table of contents. */ + /** Content item: An individual, named part of the book. */ struct ContentItem { QString href; @@ -116,8 +116,8 @@ public: QString subject; //< Subject. QString source; //< Source. QString rights; //< Rights. - QString tocPath; //< Path to toc ncx. - QString coverPath; //< Path to cover html. + QString tocPath; //< Path to toc NCX file. + QString coverPath; //< Path to cover HTML file. QStringList chapters; //< Main navigation items from EPUB. qint64 size; //< Size of all parts.