mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-03 04:59:45 +00:00
Update src/CopyrighFixer/CopyrighFixer/worker.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
9ed2b31bda
commit
d20768dc8c
@ -13,13 +13,10 @@
|
|||||||
|
|
||||||
namespace CopyrighFixer {
|
namespace CopyrighFixer {
|
||||||
|
|
||||||
Worker::Worker(
|
Worker::Worker() {
|
||||||
Config *conf,
|
conf_ = new Config;
|
||||||
ConfigParser *confParser,
|
confParser_ = new ConfigParser;
|
||||||
Signer *subscriber) {
|
subscriber_ = new Signer;
|
||||||
conf_ = conf ?: new Config;
|
|
||||||
confParser_ = confParser ?: new ConfigParser;
|
|
||||||
subscriber_ = subscriber ?: new Signer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Worker::~Worker() {
|
Worker::~Worker() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user