open at page getted from data base

This commit is contained in:
Luis Ángel San Martín
2013-07-20 11:00:46 +02:00
parent 0d83e0a117
commit 8d6b1c5690
3 changed files with 72 additions and 9 deletions

View File

@ -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;