summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-08 10:37:46 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-08 10:44:46 -0600
commitc501b5cca081e1b3697904a3b4e1e236ea9c4e69 (patch)
tree01e2f84719dac045e5ebb57b6081ad9e6eeda5ce /src/modlist.h
parentc87d97de8c4e15c91f17ab35173ec6f22e80c8e5 (diff)
Add notes column to mod list
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 8de08da3..42269386 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -65,8 +65,9 @@ public:
COL_VERSION,
COL_INSTALLTIME,
COL_PRIORITY,
+ COL_NOTES,
- COL_LASTCOLUMN = COL_PRIORITY
+ COL_LASTCOLUMN = COL_NOTES
};
typedef boost::signals2::signal<void (const QString &, ModStates)> SignalModStateChanged;