mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-09 16:09:56 +00:00
Update src/CopyrighFixer/CopyrighFixer/configparser.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
136c77851c
commit
ffc8cde82c
@ -52,11 +52,6 @@ bool ConfigParser::parseOptions(Config &conf) const {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (QuasarAppUtils::Params::isEndable("currentOwner")) {
|
|
||||||
conf.setCurrOwn(QuasarAppUtils::Params::getArg("currentOwner"));
|
|
||||||
} else {
|
|
||||||
conf.setCurrOwn("");
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user