mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-28 10:44:43 +00:00
Update src/CopyrighFixer/CopyrighFixer/sign.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
65a6f89754
commit
2294000bdb
@ -77,7 +77,7 @@ bool Signature::fromJson(const QString &pathToFile) {
|
||||
QJsonArray ownLst(jsObj.value("ownersList").toArray());
|
||||
for (auto itemLst = ownLst.cbegin(); itemLst != ownLst.cend(); ++itemLst) {
|
||||
ownObj.fromjson(itemLst->toObject());
|
||||
_ownersMap.insert(itemLst->toObject().value("timePoint").toInt(), ownObj);
|
||||
_ownersMap.insert(ownObj.value("timePoint").toInt(), ownObj);
|
||||
}
|
||||
|
||||
_licenseTitle = jsObj.value("license").toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user