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

Method setUsePreview

kdevplatform/interfaces/isourceformatter.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void SourceFormatterStyle::setUsePreview(bool use)
80{
81 m_usePreview = use;
82}
83
84void SourceFormatterStyle::setMimeTypes(const SourceFormatterStyle::MimeList& types)
85{

Callers 9

populateStyleFromConfigFunction · 0.80
editStyleMethod · 0.80
initMethod · 0.80
createPredefinedStyleFunction · 0.80
gnuIndentGnuFunction · 0.80
gnuIndentKrFunction · 0.80
gnuIndentOrigFunction · 0.80
clangFormatFunction · 0.80
kdevFormatSourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected