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

Method clear

kdevplatform/outputview/outputmodel.cpp:462–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void OutputModel::clear()
463{
464 Q_D(OutputModel);
465
466 ensureAllDone();
467 beginResetModel();
468 d->m_filteredItems.clear();
469 endResetModel();
470}
471
472}
473

Callers 1

processFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected