mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
added the new info comics view to the switch views rotation
This commit is contained in:
@ -10,6 +10,7 @@ class LibraryWindow;
|
||||
class ComicsView;
|
||||
class ClassicComicsView;
|
||||
class GridComicsView;
|
||||
class InfoComicsView;
|
||||
class ComicsViewTransition;
|
||||
class EmptyFolderWidget;
|
||||
class EmptyLabelWidget;
|
||||
@ -46,6 +47,7 @@ protected:
|
||||
|
||||
ClassicComicsView * classicComicsView;
|
||||
GridComicsView * gridComicsView;
|
||||
InfoComicsView *infoComicsView;
|
||||
|
||||
signals:
|
||||
|
||||
|
Reference in New Issue
Block a user