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

Method appendLine

plugins/debuggercommon/widgets/debuggerconsoleview.cpp:237–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void DebuggerConsoleView::appendLine(const QString& line)
238{
239 m_pendingOutput += line;
240
241 // To improve performance, we update the view after some delay.
242 if (!m_updateTimer.isActive())
243 {
244 m_updateTimer.start();
245 }
246}
247
248void DebuggerConsoleView::flushPending()
249{

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected