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