yacreader/YACReaderLibrary/bundle_creator.cpp
2018-07-30 15:04:04 +02:00

14 lines
124 B
C++

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