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

Method deleteItems

kdevplatform/language/duchain/navigation/useswidget.cpp:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void NavigatableWidgetList::deleteItems()
301{
302 const auto items = this->items();
303 qDeleteAll(items);
304
305 Q_ASSERT(m_itemLayout->count() == 0);
306 m_mediumPriorityPosition = 0;
307}
308
309void NavigatableWidgetList::addItem(QWidget* widget, ItemPriority priority)
310{

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.95
countMethod · 0.45

Tested by

no test coverage detected