mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
New feature: open next/previous comic automatically after reaching end/cover for the current comic
issue #4 https://bitbucket.org/luisangelsm/yacreader/issue/2/auto-advance-to-next-comic
This commit is contained in:
@ -126,6 +126,9 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
||||
|
||||
NotificationsLabelWidget * notificationsLabel;
|
||||
|
||||
bool shouldOpenNext;
|
||||
bool shouldOpenPrevious;
|
||||
|
||||
private:
|
||||
//!Magnifying glass
|
||||
MagnifyingGlass *mglass;
|
||||
@ -153,6 +156,8 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
||||
void pageAvailable(bool);
|
||||
void pageIsBookmark(bool);
|
||||
void reset();
|
||||
void openNextComic();
|
||||
void openPreviousComic();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user