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, 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;