Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
ProjectBaseItem* ProjectTreeView::itemAtPos(const QPoint& pos) const
132
{
133
return indexAt(pos).data(ProjectModel::ProjectItemRole).value<ProjectBaseItem*>();
134
}
135
136
void ProjectTreeView::dropEvent(QDropEvent* event)
137
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected