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

Method dragEnterEvent

gui/qt/mainwindow.cpp:1360–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358}
1359
1360void MainWindow::dragEnterEvent(QDragEnterEvent *e) {
1361
1362 // check if we are dragging a rom file
1363 m_dragRom = sendingROM(e, &m_isSendingRom);
1364
1365 if (!m_isSendingRom) {
1366 sendingHandler->dragOccured(e);
1367 }
1368}
1369
1370void MainWindow::emuSaved(bool success) {
1371 if (!success) {

Callers

nothing calls this directly

Calls 2

sendingROMFunction · 0.85
dragOccuredMethod · 0.80

Tested by

no test coverage detected