diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-05-23 15:39:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-23 15:39:21 +0200 |
| commit | a0500fef6c7db55c51334cc1bfc39cc9393fa16b (patch) | |
| tree | a295ecf24a5cab0f7e64b0308bb1ab1fb3a6b964 /src/downloadlist.h | |
| parent | 2f0cfa2930b5876319c5a3a1b0ddd7989d0ec51e (diff) | |
| parent | d9cdc244619c42b6f140e8ab6815bc7409231644 (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.h | 8 |
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:
|
