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

Method hasItems

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

Source from the content-addressed store, hash-verified

340}
341
342bool NavigatableWidgetList::hasItems() const
343{
344 return ( bool )m_itemLayout->count();
345}
346
347void NavigatableWidgetList::addHeaderItem(QWidget* widget, Qt::Alignment alignment)
348{

Callers 1

buildContextUsesFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected