mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05:00
open at page getted from data base
This commit is contained in:
@ -21,6 +21,21 @@ public:
|
||||
QString hash;
|
||||
bool existOnDb;
|
||||
|
||||
int rating;
|
||||
|
||||
bool hasBeenOpened;
|
||||
|
||||
//viewer
|
||||
int currentPage;
|
||||
int bookmark1;
|
||||
int bookmark2;
|
||||
int bookmark3;
|
||||
int brightness;
|
||||
int contrast;
|
||||
int gamma;
|
||||
|
||||
|
||||
|
||||
QString * title;
|
||||
|
||||
int * coverPage;
|
||||
|
||||
Reference in New Issue
Block a user