mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
bookmarks and image optiones are now stored in the library for each comic
This commit is contained in:
@ -71,6 +71,7 @@ class Bookmarks : public QObject
|
||||
void newComic(const QString & path);
|
||||
void clear();
|
||||
void save();
|
||||
bool load(const QList<int> & bookmarkIndexes, int lastPage);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user