diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-18 19:44:29 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-18 19:44:29 +0100 |
| commit | a19bfaa489507827dea1449991f1f5398a28beb1 (patch) | |
| tree | ee30c2ae12143d00bdefd319162dfa1522ee9c1c /src/modlistviewactions.h | |
| parent | 59f055ba93381b965cdc04557ac1dce2df36bd07 (diff) | |
Better handling of layoutChanged in by-priority proxy to avoid resetting.
Diffstat (limited to 'src/modlistviewactions.h')
| -rw-r--r-- | src/modlistviewactions.h | 5 |
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; |
