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

Method dropEvent

gui/qt/romselection.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void DropArea::dropEvent(QDropEvent *e) {
282 setBackgroundRole(QPalette::Dark);
283 emit processDrop(e);
284}
285
286void DropArea::mousePressEvent(QMouseEvent *e) {
287 emit clicked(e->pos());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected