| 117 | } |
| 118 | |
| 119 | void LCDWidget::dragLeaveEvent(QDragLeaveEvent *e) { |
| 120 | e->accept(); |
| 121 | m_transferDrag = false; |
| 122 | m_screenshotDrag = false; |
| 123 | } |
| 124 | |
| 125 | QImage LCDWidget::getImage() { |
| 126 | QImage image; |
nothing calls this directly
no outgoing calls
no test coverage detected