MCPcopy Create free account
hub / github.com/YACReader/yacreader / canDropFormats

Method canDropFormats

YACReaderLibrary/grid_comics_view.cpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

canBeResortedMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected