MCPcopy Create free account
hub / github.com/KDE/kate / userConfigPath

Method userConfigPath

addons/format/FormatPlugin.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98QString FormatPlugin::userConfigPath() const
99{
100 return QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation).append(QStringLiteral("/formatting/settings.json"));
101}
102
103QJsonObject FormatPlugin::formatterConfig() const
104{

Callers 2

resetMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected