mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-26 17:54:42 +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;
|
||||
}
|
||||
|
||||
if (QuasarAppUtils::Params::isEndable("currentOwner")) {
|
||||
conf.setCurrOwn(QuasarAppUtils::Params::getArg("currentOwner"));
|
||||
} else {
|
||||
conf.setCurrOwn("");
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user