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/modlist.h | |
| parent | d42bca5bc0043337f8de72ea72544ebabc505f8b (diff) | |
Separate conflict flags and render them in separate columns
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index 631401c0..8841ec29 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -57,6 +57,7 @@ public: enum EColumn {
COL_NAME,
+ COL_CONFLICTFLAGS,
COL_FLAGS,
COL_CONTENT,
COL_CATEGORY,
@@ -289,6 +290,8 @@ private: QString getFlagText(ModInfo::EFlag flag, ModInfo::Ptr modInfo) const;
+ QString getConflictFlagText(ModInfo::EConflictFlag flag, ModInfo::Ptr modInfo) const;
+
static QString getColumnToolTip(int column);
QVariantList contentsToIcons(const std::vector<ModInfo::EContent> &content) const;
|
