yacreader/YACReaderLibrary/bundle_creator.cpp
2012-05-20 23:19:29 +02:00

14 lines
137 B
C++

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