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

Method showLine

plugins/gdb/gdboutputwidget.cpp:240–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void GDBOutputWidget::showLine(const QString& line)
241{
242 m_pendingOutput += line;
243
244 // To improve performance, we update the view after some delay.
245 if (!m_updateTimer.isActive())
246 {
247 m_updateTimer.start();
248 }
249}
250
251void GDBOutputWidget::trimList(QStringList& l, int max_size)
252{

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected