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

Method dragLeaveEvent

gui/qt/lcdwidget.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void LCDWidget::dragLeaveEvent(QDragLeaveEvent *e) {
120 e->accept();
121 m_transferDrag = false;
122 m_screenshotDrag = false;
123}
124
125QImage LCDWidget::getImage() {
126 QImage image;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected