Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davy7125/polyphone
/ dragMoveEvent
Method
dragMoveEvent
sources/editor/tree/treeview.cpp:786–789 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
784
}
785
786
void TreeView::dragMoveEvent(QDragMoveEvent * event)
787
{
788
event->accept();
789
}
790
791
void TreeView::dropEvent(QDropEvent *event)
792
{
Callers
nothing calls this directly
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected