diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-06 23:12:18 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-06 23:12:18 -0600 |
| commit | b3331ef2c0b50ab2cea4c328e78f6ab58bca099d (patch) | |
| tree | e0be0d00f40733baa4692120d0266ae797ab3785 /src/modlistsortproxy.h | |
| parent | d42bca5bc0043337f8de72ea72544ebabc505f8b (diff) | |
Separate conflict flags and render them in separate columns
Diffstat (limited to 'src/modlistsortproxy.h')
| -rw-r--r-- | src/modlistsortproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistsortproxy.h b/src/modlistsortproxy.h index 46356fe9..d733b783 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -142,6 +142,7 @@ protected: private:
unsigned long flagsId(const std::vector<ModInfo::EFlag> &flags) const;
+ unsigned long conflictFlagsId(const std::vector<ModInfo::EConflictFlag>& flags) const;
bool hasConflictFlag(const std::vector<ModInfo::EFlag> &flags) const;
void updateFilterActive();
bool filterMatchesModAnd(ModInfo::Ptr info, bool enabled) const;
|
