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

Method indexIsItem

plugins/quickopen/quickopenmodel.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443bool QuickOpenModel::indexIsItem(const QModelIndex& index) const
444{
445 Q_ASSERT(index.model() == this);
446 Q_UNUSED(index);
447 return true;
448}
449
450void QuickOpenModel::setTreeView(QTreeView* view)
451{

Callers 3

paintMethod · 0.80
adjustRectMethod · 0.80
drawDecorationMethod · 0.80

Calls 1

modelMethod · 0.45

Tested by

no test coverage detected