MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / dragEnterEvent

Method dragEnterEvent

src/openms_gui/source/VISUAL/InputFile.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void InputFile::dragEnterEvent(QDragEnterEvent* e)
42 {
43 // file dropped from a window manager come as single URL
44 if (e->mimeData()->urls().size() == 1)
45 {
46 e->acceptProposedAction();
47 }
48 }
49
50 void InputFile::dropEvent(QDropEvent* e)
51 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected