MCPcopy Create free account
hub / github.com/MITK/MITK / PrintTrailer

Method PrintTrailer

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

* Define a default print trailer for all objects. */

Source from the content-addressed store, hash-verified

189 * Define a default print trailer for all objects.
190 */
191QDebug Object::PrintTrailer(QDebug os, Indent /*Indent*/) const
192{
193 return os;
194}
195
196// ============== Indent related implementations ==============
197

Callers 1

PrintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected