mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
Modificada la clase Comic por una jerarqu?a y una factory
corregido bug en go_to_flow_gl
This commit is contained in:
@ -104,9 +104,9 @@ public:
|
||||
|
||||
//current comic
|
||||
qulonglong getCurrentComicId();
|
||||
Comic2 * getCurrentComic();
|
||||
Comic * getCurrentComic();
|
||||
void dismissCurrentComic();
|
||||
void setCurrentComic(qulonglong id, Comic2 * comic);
|
||||
void setCurrentComic(qulonglong id, Comic * comic);
|
||||
|
||||
//device identification
|
||||
QString getDeviceType();
|
||||
@ -125,7 +125,7 @@ private:
|
||||
QString device;
|
||||
QString display;
|
||||
qulonglong comicId;
|
||||
Comic2 * comic;
|
||||
Comic * comic;
|
||||
};
|
||||
|
||||
struct HttpSessionData {
|
||||
|
Reference in New Issue
Block a user