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

Method sendModsToTop

src/modlistviewactions.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void ModListViewActions::sendModsToTop(const QModelIndexList& indexes) const
615{
616 m_core.modList()->changeModsPriority(indexes, Profile::MinimumPriority);
617}
618
619void ModListViewActions::sendModsToBottom(const QModelIndexList& indexes) const
620{

Callers 1

addSendToContextMenuMethod · 0.80

Calls 2

changeModsPriorityMethod · 0.80
modListMethod · 0.45

Tested by

no test coverage detected