mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 09:50:33 -04:00
11 lines
125 B
C++
11 lines
125 B
C++
#include "bundle_creator.h"
|
|
|
|
BundleCreator::BundleCreator(void)
|
|
: QObject()
|
|
{
|
|
}
|
|
|
|
BundleCreator::~BundleCreator(void)
|
|
{
|
|
}
|