mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
14 lines
137 B
C++
14 lines
137 B
C++
#include "bundle_creator.h"
|
|
|
|
|
|
BundleCreator::BundleCreator(void)
|
|
:QObject()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
BundleCreator::~BundleCreator(void)
|
|
{
|
|
}
|