yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín 926dd4c0d5 merged
2015-02-24 19:00:32 +01:00

14 lines
137 B
C++

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