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

Method load

plugins/astyle/astyle_preferences.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void AStylePreferences::load(const SourceFormatterStyle &style)
120{
121 m_formatter->loadStyle(style.content());
122 updateWidgets();
123 updatePreviewText();
124}
125
126QString AStylePreferences::save() const
127{

Callers 2

shouldAbortMethod · 0.45
ProjectConfigPageMethod · 0.45

Calls 2

loadStyleMethod · 0.80
contentMethod · 0.45

Tested by

no test coverage detected