MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / getSetting

Method getSetting

src/Extensions/CodeFormatter.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149QVariant CodeFormatter::getSetting(const QString &key) const
150{
151 return SettingsManager::get(settingKey() + "/" + key);
152}
153
154} // namespace Extensions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected