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

Method setContent

kdevplatform/interfaces/isourceformatter.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void SourceFormatterStyle::setContent(const QString &content)
50{
51 m_content = content;
52}
53
54void SourceFormatterStyle::setCaption(const QString &caption)
55{

Callers 4

populateStyleFromConfigFunction · 0.45
editStyleMethod · 0.45
showPreviewMethod · 0.45
customOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected