MCPcopy Create free account
hub / github.com/Atarity/Lightpack / GetSettingProfile

Method GetSettingProfile

Software/src/LightpackPluginInterface.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596QVariant LightpackPluginInterface::GetSettingProfile(QString key)
597{
598 return Settings::value(key);
599}
600
601void LightpackPluginInterface::SetSettingMain(QString key, QVariant value)
602{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected