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

Method dragLeaveEvent

gui/qt/romselection.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void DropArea::dragLeaveEvent(QDragLeaveEvent *e) {
272 clear();
273 e->accept();
274}
275
276void DropArea::clear() {
277 setBackgroundRole(QPalette::Dark);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected