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

Method setMimeTypes

kdevplatform/interfaces/isourceformatter.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void SourceFormatterStyle::setMimeTypes(const SourceFormatterStyle::MimeList& types)
85{
86 m_mimeTypes = types;
87}
88
89void SourceFormatterStyle::setMimeTypes(const QStringList& types)
90{

Callers 7

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

Calls 4

splitMethod · 0.45
sizeMethod · 0.45
isEmptyMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected