| 483 | } |
| 484 | |
| 485 | void GridComicsView::droppedComicsForResortingAt(const QString &data, int index) |
| 486 | { |
| 487 | Q_UNUSED(data); |
| 488 | |
| 489 | model->dropMimeData(model->mimeData(selectionHelper->selectedRows()), Qt::MoveAction, index, 0, QModelIndex()); |
| 490 | } |
| 491 | |
| 492 | void GridComicsView::selectedItem(int index) |
| 493 | { |
nothing calls this directly
no test coverage detected