summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
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: