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

Method printIndentation

kdevplatform/sublime/tests/areaprinter.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QString AreaViewsPrinter::printIndentation(Sublime::AreaIndex *index) const
37{
38 QString i;
39 while ((index = index->parent()))
40 i += QLatin1String(" ");
41 return i;
42}
43
44QString AreaViewsPrinter::printOrientation(Qt::Orientation o) const
45{

Callers

nothing calls this directly

Calls 1

parentMethod · 0.45

Tested by

no test coverage detected