From 77678b3765365e1ee5f440ffcd6f163d0cc3ae48 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Wed, 22 May 2019 22:43:23 -0400 Subject: download list: added columns for mod name, version and nexus id --- src/downloadlist.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/downloadlist.h') diff --git a/src/downloadlist.h b/src/downloadlist.h index bf0cdc37..6f63f0c8 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -39,7 +39,13 @@ public: COL_NAME = 0, COL_STATUS, COL_SIZE, - COL_FILETIME + COL_FILETIME, + COL_MODNAME, + COL_VERSION, + COL_ID, + + // number of columns + COL_COUNT }; public: -- cgit v1.3.1