| 537 | } |
| 538 | |
| 539 | QByteArray SolverConfiguration::toJSON(void) const |
| 540 | { |
| 541 | QJsonDocument jsonDoc; |
| 542 | jsonDoc.setObject(toJSONObject()); |
| 543 | return jsonDoc.toJson(); |
| 544 | } |
| 545 | |
| 546 | QJsonObject SolverConfiguration::toJSONObject(void) const |
| 547 | { |
no test coverage detected