MCPcopy Create free account
hub / github.com/begla/Intrinsic / mimeTypes

Method mimeTypes

IntrinsicEd/src/IntrinsicEdNodeViewTreeWidget.cpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509QStringList IntrinsicEdNodeViewTreeWidget::mimeTypes() const
510{
511 return {"SingleNodeMimeData"};
512}
513
514QMimeData* IntrinsicEdNodeViewTreeWidget::mimeData(
515 const QList<QTreeWidgetItem*> items) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected