mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04:00
updated web library with new style and features
added remote reading from iOS
This commit is contained in:
@ -119,6 +119,12 @@ public:
|
||||
void pushPage(int page);
|
||||
int topPage();
|
||||
|
||||
void clearFoldersPath();
|
||||
int popFolder();
|
||||
void pushFolder(int page);
|
||||
int topFolder();
|
||||
QStack<int> getFoldersPath();
|
||||
|
||||
private:
|
||||
|
||||
struct YACReaderSessionData {
|
||||
@ -132,6 +138,7 @@ private:
|
||||
qulonglong comicId;
|
||||
|
||||
QStack<int> navigationPath;
|
||||
QStack<int> foldersPath;
|
||||
|
||||
Comic * comic;
|
||||
};
|
||||
|
Reference in New Issue
Block a user