diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-08 20:47:45 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-08 20:48:14 -0600 |
| commit | 44084bfa415f906b8ba8b5d19e1be60a7612d692 (patch) | |
| tree | 05cd7150f80ba890f95d5b8a331d06accf5707e3 /src/modlist.h | |
| parent | a4db0db94ff67b52a7a3b9b43eca5cce5fae5fc3 (diff) | |
Rework column insertion to move to the intended position post-facto
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modlist.h b/src/modlist.h index 8841ec29..ce439f7b 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -57,7 +57,6 @@ public: enum EColumn {
COL_NAME,
- COL_CONFLICTFLAGS,
COL_FLAGS,
COL_CONTENT,
COL_CATEGORY,
@@ -67,8 +66,8 @@ public: COL_INSTALLTIME,
COL_PRIORITY,
COL_NOTES,
-
- COL_LASTCOLUMN = COL_NOTES
+ COL_CONFLICTFLAGS,
+ COL_LASTCOLUMN = COL_CONFLICTFLAGS,
};
typedef boost::signals2::signal<void (const QString &, ModStates)> SignalModStateChanged;
|
