diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 13:08:58 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 13:08:58 -0500 |
| commit | 8d9a62a87dafd87381829b00b85753db510eef2b (patch) | |
| tree | d28b27d0a44cec30038a6e6b4920b0ea5ebfccd2 /src/modlist.h | |
| parent | b9fd1092c62f728ff55879ff98be2cddbb2f0610 (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.h | 4 |
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;
|
