mirror of
https://github.com/YACReader/yacreader
synced 2025-12-01 15:02:46 -05:00
Added new class for dealing with all the comics' views. This way all the related code will be moved away from the library window controller.
This commit is contained in:
6
YACReaderLibrary/yacreader_comics_views_manager.cpp
Normal file
6
YACReaderLibrary/yacreader_comics_views_manager.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "comics_views_manager.h"
|
||||
|
||||
ComicsViewsManager::ComicsViewsManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user