mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-14 10:29:47 +00:00
ref #46 Fixing: change of method implementation toJson in owner.
This commit is contained in:
parent
45d1bda4bc
commit
419873e4ff
@ -37,8 +37,6 @@ void Owner::toJson(QJsonObject &objJs) const {
|
|||||||
|
|
||||||
objJs["name"] = _name;
|
objJs["name"] = _name;
|
||||||
objJs["timePoint"] = _timePoint;
|
objJs["timePoint"] = _timePoint;
|
||||||
|
|
||||||
return objJs;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Owner::isValid() const {
|
bool Owner::isValid() const {
|
||||||
|
@ -56,7 +56,7 @@ public:
|
|||||||
* @param objJs It's object json - container.
|
* @param objJs It's object json - container.
|
||||||
* @return Returns a json object with owner a information.
|
* @return Returns a json object with owner a information.
|
||||||
*/
|
*/
|
||||||
const QJsonObject &toJson(QJsonObject &objJs) const;
|
void toJson(QJsonObject &objJs) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief isValid Checks if an object is initialized.
|
* @brief isValid Checks if an object is initialized.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user