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

Method indexModelToView

src/pluginlistview.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QModelIndex PluginListView::indexModelToView(const QModelIndex& index) const
38{
39 return MOShared::indexModelToView(index, this);
40}
41
42QModelIndexList PluginListView::indexModelToView(const QModelIndexList& index) const
43{

Callers

nothing calls this directly

Calls 1

indexModelToViewFunction · 0.85

Tested by

no test coverage detected