yacreader/YACReaderLibrary/bundle_creator.cpp
2014-12-11 15:53:33 +01:00

14 lines
137 B
C++

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