MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / hasAcceptedChildren

Method hasAcceptedChildren

treeproxyfilter.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool TreeProxyFilter::hasAcceptedChildren(int sourceRow, const QModelIndex &sourceParent) const
56{
57 QModelIndex item = sourceModel()->index(sourceRow, 0, sourceParent);
58 if (!item.isValid())
59 {
60 return false;
61 }
62 return true;
63}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected