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

Method loadStyle

plugins/astyle/astyle_formatter.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void AStyleFormatter::loadStyle(const QString &content)
329{
330 m_options = ISourceFormatter::stringToOptionMap(content);
331 updateFormatter();
332}
333
334QString AStyleFormatter::saveStyle() const
335{

Callers 2

formatSourceWithStyleMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected