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

Method clear

plugins/gdb/gdboutputwidget.cpp:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158/***************************************************************************/
159
160void GDBOutputWidget::clear()
161{
162 if (m_gdbView)
163 m_gdbView->clear();
164
165 m_userCommands_.clear();
166 m_allCommands.clear();
167
168 m_pendingOutput.clear();
169 m_updateTimer.stop();
170}
171
172/***************************************************************************/
173

Callers 4

fillComboMethod · 0.45
retrieveReposMethod · 0.45
flushPendingMethod · 0.45

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected