Files
yacreader/YACReaderLibrary/bundle_creator.cpp
Luis Ángel San Martín ca6347e689 corregida toolbar en macosx
2013-06-17 12:57:00 +02:00

14 lines
137 B
C++

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