MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / dragEnterEvent

Method dragEnterEvent

Gui/SequenceFileDialog.cpp:1155–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153}
1154
1155void
1156SequenceDialogView::dragEnterEvent(QDragEnterEvent* e)
1157{
1158 e->accept();
1159}
1160
1161void
1162SequenceDialogView::dragMoveEvent(QDragMoveEvent* e)

Callers

nothing calls this directly

Calls 2

acceptMethod · 0.80
canDropMethod · 0.45

Tested by

no test coverage detected