summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h3
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;