MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setSetting

Method setSetting

sources/base/HyperHdrInstance.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void HyperHdrInstance::setSetting(settings::type type, QString config)
353{
354 return _instanceConfig->saveSetting(type, config);
355}
356
357bool HyperHdrInstance::saveSettings(const QJsonObject& config, bool correct)
358{

Callers

nothing calls this directly

Calls 1

saveSettingMethod · 0.80

Tested by

no test coverage detected