yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín 65f8be899f merged
2015-05-05 12:45:46 +02:00

14 lines
137 B
C++

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