summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-22 22:43:23 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-05-22 22:43:23 -0400
commit77678b3765365e1ee5f440ffcd6f163d0cc3ae48 (patch)
treee1e418d67cb0a4b96f99d1e8bf71d89427292b9e /src/downloadlist.h
parent056ecb46778627e6867208244f0fbd3432efda47 (diff)
download list: added columns for mod name, version and nexus id
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h8
1 files changed, 7 insertions, 1 deletions
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: