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