Home
last modified time | relevance | path

Searched refs:dropOccured (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Dsendinghandler.h28 void dropOccured(QDropEvent *e, int location);
H A Dlcdwidget.cpp67 sendingHandler->dropOccured(e, (e->pos().x() < width() / 2) ? LINK_ARCH : LINK_RAM); in dropEvent()
H A Dsendinghandler.cpp75 void SendingHandler::dropOccured(QDropEvent *e, int location) { in dropOccured() function in SendingHandler
H A Dmainwindow.cpp1260 sendingHandler->dropOccured(e, LINK_FILE); in dropEvent()