| 350 | } |
| 351 | |
| 352 | void HyperHdrInstance::setSetting(settings::type type, QString config) |
| 353 | { |
| 354 | return _instanceConfig->saveSetting(type, config); |
| 355 | } |
| 356 | |
| 357 | bool HyperHdrInstance::saveSettings(const QJsonObject& config, bool correct) |
| 358 | { |
nothing calls this directly
no test coverage detected