Wrap functionality

This commit is contained in:
Luis Ángel San Martín
2022-10-15 12:46:17 +02:00
parent 2093c072b6
commit 928afa4675
3 changed files with 23 additions and 4 deletions

View File

@ -42,6 +42,9 @@ public:
void updateCurrentComicView();
void updateContinueReadingView();
void toFullscreen();
void toNormal();
protected:
QStackedWidget *comicsViewStack;
LibraryWindow *libraryWindow;