Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ dropEvent
Method
dropEvent
custom_widgets/yacreader_treeview.cpp:86–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void YACReaderTreeView::dropEvent(QDropEvent *event)
87
{
88
t.stop();
89
90
QTreeView::dropEvent(event);
91
}
92
93
void YACReaderTreeView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
94
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected