| 147 | } |
| 148 | |
| 149 | QVariant CodeFormatter::getSetting(const QString &key) const |
| 150 | { |
| 151 | return SettingsManager::get(settingKey() + "/" + key); |
| 152 | } |
| 153 | |
| 154 | } // namespace Extensions |
nothing calls this directly
no outgoing calls
no test coverage detected