MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / indexViewToModel

Method indexViewToModel

src/modlistview.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343QModelIndex ModListView::indexViewToModel(const QModelIndex& index) const
344{
345 return ::indexViewToModel(index, m_core->modList());
346}
347
348QModelIndexList ModListView::indexViewToModel(const QModelIndexList& index) const
349{

Callers 3

ModListContextMenuMethod · 0.45
PluginListContextMenuMethod · 0.45

Calls 2

indexViewToModelFunction · 0.85
modListMethod · 0.45

Tested by

no test coverage detected