MCPcopy Create free account
hub / github.com/MITK/MITK / mimeData

Method mimeData

Modules/QtWidgets/src/QmitkDataStorageTreeModel.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377QMimeData *QmitkDataStorageTreeModel::mimeData(const QModelIndexList &indexes) const
378{
379 return mimeDataFromModelIndexList(indexes);
380}
381
382QMimeData *QmitkDataStorageTreeModel::mimeDataFromModelIndexList(const QModelIndexList &indexes)
383{

Calls

no outgoing calls