MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / dragEnterEvent

Method dragEnterEvent

example/mainwindow.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59void MainWindow::dragEnterEvent(QDragEnterEvent *event)
60{
61 if (event->mimeData()->hasUrls())
62 event->accept();
63}
64
65
66void MainWindow::dropEvent(QDropEvent *event)

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.80

Tested by

no test coverage detected