mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-19 12:59:46 +00:00
Update src/CopyrighFixer/CopyrighFixer/owner.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
a12057916d
commit
f71aaf07aa
@ -34,7 +34,7 @@ void Owner::fromjson(const QJsonObject &objJs) {
|
|||||||
_timePoint = objJs.value("timePoint").toInt();
|
_timePoint = objJs.value("timePoint").toInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
const QJsonObject &Owner::toJson(QJsonObject &objJs) const {
|
void Owner::toJson(QJsonObject &objJs) const {
|
||||||
|
|
||||||
objJs["name"] = _name;
|
objJs["name"] = _name;
|
||||||
objJs["timePoint"] = _timePoint;
|
objJs["timePoint"] = _timePoint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user