yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín 9bf52def68 fixed server_log maxSize
2014-06-27 22:54:22 +02:00

14 lines
137 B
C++

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