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:
Luis Ángel San Martín
2016-03-26 19:59:35 +01:00
parent 1b5797b67c
commit 704408f704
3 changed files with 45 additions and 2 deletions

View File

@ -0,0 +1,6 @@
#include "comics_views_manager.h"
ComicsViewsManager::ComicsViewsManager(QObject *parent) : QObject(parent)
{
}