| 228 | } |
| 229 | |
| 230 | void ExecutableManager::Reset() { |
| 231 | this->data = this->CreateDefaultExecutables(); |
| 232 | this->active_executable = this->data[0].path; |
| 233 | } |
| 234 | |
| 235 | bool ExecutableManager::Save(QJsonObject& json_root_object) const { |
| 236 | QJsonObject json_executables_object; |
no test coverage detected