MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / dropEvent

Method dropEvent

gui/qt/mainwindow.cpp:1351–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349}
1350
1351void MainWindow::dropEvent(QDropEvent *e) {
1352 if (m_isSendingRom) {
1353 setRom(m_dragRom);
1354 } else {
1355 sendingHandler->dropOccured(e, LINK_FILE);
1356 }
1357 equatesRefresh();
1358}
1359
1360void MainWindow::dragEnterEvent(QDragEnterEvent *e) {
1361

Callers

nothing calls this directly

Calls 1

dropOccuredMethod · 0.80

Tested by

no test coverage detected