yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín c9fdb5270b fixed issue #13
2014-06-24 12:00:31 -07:00

14 lines
137 B
C++

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