| 507 | } |
| 508 | |
| 509 | QStringList IntrinsicEdNodeViewTreeWidget::mimeTypes() const |
| 510 | { |
| 511 | return {"SingleNodeMimeData"}; |
| 512 | } |
| 513 | |
| 514 | QMimeData* IntrinsicEdNodeViewTreeWidget::mimeData( |
| 515 | const QList<QTreeWidgetItem*> items) const |
nothing calls this directly
no outgoing calls
no test coverage detected