summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-09 13:08:58 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-09 13:08:58 -0500
commit8d9a62a87dafd87381829b00b85753db510eef2b (patch)
treed28b27d0a44cec30038a6e6b4920b0ea5ebfccd2 /src/modlist.h
parentb9fd1092c62f728ff55879ff98be2cddbb2f0610 (diff)
moved the conflicts column back to its proper position in the enum
removed unnecessary compat code
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modlist.h b/src/modlist.h
index ce439f7b..3626c50c 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,
@@ -66,8 +67,7 @@ public:
COL_INSTALLTIME,
COL_PRIORITY,
COL_NOTES,
- COL_CONFLICTFLAGS,
- COL_LASTCOLUMN = COL_CONFLICTFLAGS,
+ COL_LASTCOLUMN = COL_NOTES,
};
typedef boost::signals2::signal<void (const QString &, ModStates)> SignalModStateChanged;