mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Correcting errors in words and their meanings. Update the Russian language. Now look better.
14 lines
137 B
C++
14 lines
137 B
C++
#include "bundle_creator.h"
|
|
|
|
|
|
BundleCreator::BundleCreator(void)
|
|
:QObject()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
BundleCreator::~BundleCreator(void)
|
|
{
|
|
}
|