MCPcopy Create free account
hub / github.com/KDE/kdevelop / reset

Method reset

plugins/sourceformatter/config/projectconfigpage.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ProjectConfigPage::reset()
64{
65 auto config = configSkeleton()->sharedConfig()->group(Strings::SourceFormatter());
66 ui->formatterSelectionEdit->loadSettings(config);
67 ConfigPage::reset();
68}
69
70void ProjectConfigPage::apply()
71{

Callers

nothing calls this directly

Calls 3

SourceFormatterFunction · 0.85
resetFunction · 0.85
loadSettingsMethod · 0.45

Tested by

no test coverage detected