diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-22 22:43:23 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-22 22:43:23 -0400 |
| commit | 77678b3765365e1ee5f440ffcd6f163d0cc3ae48 (patch) | |
| tree | e1e418d67cb0a4b96f99d1e8bf71d89427292b9e /src/downloadlist.h | |
| parent | 056ecb46778627e6867208244f0fbd3432efda47 (diff) | |
download list: added columns for 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:
|
