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

Method removeItemsFromFlow

YACReaderLibrary/classic_comics_view.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void ClassicComicsView::removeItemsFromFlow(const QModelIndex &parent, int from, int to)
395{
396 Q_UNUSED(parent);
397 for (int i = from; i <= to; i++)
398 comicFlow->remove(i);
399}
400
401void ClassicComicsView::addItemsToFlow(const QModelIndex &parent, int from, int to)
402{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected