diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 20:21:57 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 20:21:57 +0100 |
| commit | 0a069709900fe37c265d8645554ae19e25bea06a (patch) | |
| tree | 3ba5f5f436ce21f50f7626d4f0b889b419dca38b /src/modlist.h | |
| parent | 60085ae4b662cfd5a3f3d4da78994a275904af96 (diff) | |
Expose proper priority in ModList and sort in the sort proxy.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/modlist.h b/src/modlist.h index 68316613..e201de27 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -335,21 +335,6 @@ signals: private:
- // the priority of backups and overwrite for sorting (and display, although
- // those are not displayed), these do not correspond to the actual priority
- // in the mod list
- //
- static constexpr int BACKUP_PRIORITY = -1;
- static constexpr int OVERWRITE_PRIORITY = std::numeric_limits<int>::max();
-
- // retrieve the priority of a mod for the purpose of display (i.e. sorting
- // or grouping)
- //
- // this can be different from the priority in the profile (e.g. for backups
- // or overwrite)
- //
- int modPriority(unsigned int index) const;
-
// retrieve the display name of a mod or convert from a user-provided
// name to internal name
//
|
