| 292 | } |
| 293 | |
| 294 | void PlotWidget::dropEvent(QDropEvent* event) |
| 295 | { |
| 296 | emit dropReceived(event->mimeData(), dynamic_cast<QWidget*>(event->source()), this->getWindowId()); |
| 297 | event->acceptProposedAction(); |
| 298 | } |
| 299 | |
| 300 | void PlotWidget::paintEvent(QPaintEvent * /*event*/) |
| 301 | { |
nothing calls this directly
no test coverage detected