Searched refs:dropOccured (Results 1 – 4 of 4) sorted by relevance
28 void dropOccured(QDropEvent *e, int location);
67 sendingHandler->dropOccured(e, (e->pos().x() < width() / 2) ? LINK_ARCH : LINK_RAM); in dropEvent()
75 void SendingHandler::dropOccured(QDropEvent *e, int location) { in dropOccured() function in SendingHandler
1260 sendingHandler->dropOccured(e, LINK_FILE); in dropEvent()