| 502 | } |
| 503 | |
| 504 | void IntrinsicEdNodeViewTreeWidget::dragEnterEvent(QDragEnterEvent* event) |
| 505 | { |
| 506 | event->acceptProposedAction(); |
| 507 | } |
| 508 | |
| 509 | QStringList IntrinsicEdNodeViewTreeWidget::mimeTypes() const |
| 510 | { |
nothing calls this directly
no outgoing calls
no test coverage detected