| 128 | } |
| 129 | |
| 130 | Json StatusController::statusProperty(String const& name, Json const& def) const { |
| 131 | return m_statusProperties.value(name, def); |
| 132 | } |
| 133 | |
| 134 | void StatusController::setStatusProperty(String const& name, Json value) { |
| 135 | if (value.isNull()) |
no test coverage detected