yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín ea990b8261 fixed mess in ComicInfo
2014-06-04 19:12:53 +02:00

14 lines
137 B
C++

#include "bundle_creator.h"
BundleCreator::BundleCreator(void)
:QObject()
{
}
BundleCreator::~BundleCreator(void)
{
}