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

Method indexViewToModel

src/pluginlistview.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47QModelIndex PluginListView::indexViewToModel(const QModelIndex& index) const
48{
49 return MOShared::indexViewToModel(index, m_core->pluginList());
50}
51
52QModelIndexList PluginListView::indexViewToModel(const QModelIndexList& index) const
53{

Callers

nothing calls this directly

Calls 2

indexViewToModelFunction · 0.85
pluginListMethod · 0.45

Tested by

no test coverage detected