diff options
| author | Tannin <devnull@localhost> | 2015-09-03 21:35:48 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-09-03 21:35:48 +0200 |
| commit | 4573d111a2454863a76da922b1229b3bc05eee66 (patch) | |
| tree | ad821b874354c651db64193b9ed10df13bbc1a7f /src/modlistsortproxy.h | |
| parent | 84ec954073ff9e3230d222c1cdc0f3a5dd0c1476 (diff) | |
better sorting on the flag-column
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 ce7e5eb5..b3c01fea 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -109,6 +109,7 @@ protected: private:
+ unsigned long flagsId(const std::vector<ModInfo::EFlag> &flags) const;
bool hasConflictFlag(const std::vector<ModInfo::EFlag> &flags) const;
void updateFilterActive();
bool filterMatchesModAnd(ModInfo::Ptr info, bool enabled) const;
|
