| 279 | } |
| 280 | |
| 281 | void DropArea::dropEvent(QDropEvent *e) { |
| 282 | setBackgroundRole(QPalette::Dark); |
| 283 | emit processDrop(e); |
| 284 | } |
| 285 | |
| 286 | void DropArea::mousePressEvent(QMouseEvent *e) { |
| 287 | emit clicked(e->pos()); |
nothing calls this directly
no outgoing calls
no test coverage detected