| 594 | } |
| 595 | |
| 596 | QVariant LightpackPluginInterface::GetSettingProfile(QString key) |
| 597 | { |
| 598 | return Settings::value(key); |
| 599 | } |
| 600 | |
| 601 | void LightpackPluginInterface::SetSettingMain(QString key, QVariant value) |
| 602 | { |
nothing calls this directly
no outgoing calls
no test coverage detected