MCPcopy Create free account
hub / github.com/MITK/MITK / operator<<

Function operator<<

Plugins/org.blueberry.core.runtime/src/berryObject.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210QDebug operator<<(QDebug os, const berry::Indent& ind)
211{
212 os.nospace() << blanks + (40 - ind.m_Indent);
213 return os;
214}
215
216} // namespace berry
217

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected