summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-05-23 15:39:21 +0200
committerGitHub <noreply@github.com>2019-05-23 15:39:21 +0200
commita0500fef6c7db55c51334cc1bfc39cc9393fa16b (patch)
treea295ecf24a5cab0f7e64b0308bb1ab1fb3a6b964 /src/downloadlist.h
parent2f0cfa2930b5876319c5a3a1b0ddd7989d0ec51e (diff)
parentd9cdc244619c42b6f140e8ab6815bc7409231644 (diff)
Merge pull request #728 from isanae/Develop
Adds three columns in download list: 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: