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

Method itemAtPos

plugins/projectmanagerview/projecttreeview.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131ProjectBaseItem* ProjectTreeView::itemAtPos(const QPoint& pos) const
132{
133 return indexAt(pos).data(ProjectModel::ProjectItemRole).value<ProjectBaseItem*>();
134}
135
136void ProjectTreeView::dropEvent(QDropEvent* event)
137{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected