summaryrefslogtreecommitdiff
path: root/src/modlistviewactions.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-18 19:44:29 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-18 19:44:29 +0100
commita19bfaa489507827dea1449991f1f5398a28beb1 (patch)
treeee30c2ae12143d00bdefd319162dfa1522ee9c1c /src/modlistviewactions.h
parent59f055ba93381b965cdc04557ac1dce2df36bd07 (diff)
Better handling of layoutChanged in by-priority proxy to avoid resetting.
Diffstat (limited to 'src/modlistviewactions.h')
-rw-r--r--src/modlistviewactions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlistviewactions.h b/src/modlistviewactions.h
index 3c225fbc..1914a8aa 100644
--- a/src/modlistviewactions.h
+++ b/src/modlistviewactions.h
@@ -150,11 +150,6 @@ private:
//
void checkModsForUpdates(std::multimap<QString, int> const& IDs) const;
- // set the priorities of the given mods while maintaining the
- // mod list selection (which may be different from the list of mods)
- //
- void setModsPriority(const QModelIndexList& indexes, int priority) const;
-
private:
OrganizerCore& m_core;