Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ dragMoveEvent
Method
dragMoveEvent
gui/qt/romselection.cpp:267–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void DropArea::dragMoveEvent(QDragMoveEvent *e) {
268
e->acceptProposedAction();
269
}
270
271
void DropArea::dragLeaveEvent(QDragLeaveEvent *e) {
272
clear();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected