mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04: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