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

Method ignoreMissingData

src/modlistviewactions.cpp:815–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void ModListViewActions::ignoreMissingData(const QModelIndexList& indices) const
816{
817 for (auto& idx : indices) {
818 int row_idx = idx.data(ModList::IndexRole).toInt();
819 ModInfo::Ptr info = ModInfo::getByIndex(row_idx);
820 info->markValidated(true);
821 m_core.modList()->notifyChange(row_idx);
822 }
823}
824
825void ModListViewActions::setIgnoreUpdate(const QModelIndexList& indices,
826 bool ignore) const

Callers 2

addBackupActionsMethod · 0.80
addRegularActionsMethod · 0.80

Calls 4

notifyChangeMethod · 0.80
dataMethod · 0.45
markValidatedMethod · 0.45
modListMethod · 0.45

Tested by

no test coverage detected