| 468 | } |
| 469 | |
| 470 | bool GridComicsView::canDropFormats(const QString &formats) |
| 471 | { |
| 472 | return (formats.contains(YACReader::YACReaderLibrarComiscSelectionMimeDataFormat) && model->canBeResorted()); |
| 473 | } |
| 474 | |
| 475 | void GridComicsView::droppedFiles(const QList<QUrl> &urls, Qt::DropAction action) |
| 476 | { |
nothing calls this directly
no test coverage detected