mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Added new comics view class oriented to showing comics metadata.
This commit is contained in:
@ -146,7 +146,8 @@ HEADERS += comic_flow.h \
|
||||
empty_reading_list_widget.h \
|
||||
../common/scroll_management.h \
|
||||
../common/opengl_checker.h \
|
||||
yacreader_comics_views_manager.h
|
||||
yacreader_comics_views_manager.h \
|
||||
info_comics_view.h
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
CONFIG(legacy_gl_widget) {
|
||||
@ -217,7 +218,8 @@ SOURCES += comic_flow.cpp \
|
||||
empty_reading_list_widget.cpp \
|
||||
../common/scroll_management.cpp \
|
||||
../common/opengl_checker.cpp \
|
||||
yacreader_comics_views_manager.cpp
|
||||
yacreader_comics_views_manager.cpp \
|
||||
info_comics_view.cpp
|
||||
|
||||
!CONFIG(no_opengl) {
|
||||
CONFIG(legacy_gl_widget) {
|
||||
|
Reference in New Issue
Block a user