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

Method copyDataFrom

kdevplatform/interfaces/isourceformatter.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void SourceFormatterStyle::copyDataFrom(const SourceFormatterStyle& other)
151{
152 m_usePreview = other.m_usePreview;
153 m_content = other.m_content;
154 m_mimeTypes = other.m_mimeTypes;
155 m_overrideSample = other.m_overrideSample;
156}
157
158QDebug operator<<(QDebug dbg, const SourceFormatterStyle& style)
159{

Callers 1

newStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected