MCPcopy 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
86void YACReaderTreeView::dropEvent(QDropEvent *event)
87{
88 t.stop();
89
90 QTreeView::dropEvent(event);
91}
92
93void YACReaderTreeView::currentChanged(const QModelIndex &current, const QModelIndex &previous)
94{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected