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

Method flushOutput

kdevplatform/tests/json/delayedoutput.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17public:
18 void flushOutput()
19 {
20 while (!output.isEmpty()) {
21 DepthedOutput curOutput = output.pop();
22 qDebug().nospace() <<
23 qPrintable(QString(curOutput.second - 1, QLatin1Char(' '))) << curOutput.first.toUtf8().data();
24 }
25 }
26 QStack<DepthedOutput> output;
27 int delayDepth;
28};

Callers 1

~DelayMethod · 0.80

Calls 4

QStringClass · 0.50
isEmptyMethod · 0.45
popMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected