yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín 91df0a6aad added missing image files
2014-09-27 23:36:39 +02:00

14 lines
137 B
C++

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