summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-07-17 00:10:03 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-07-17 00:10:03 +0200
commit1867c20f02d44f98154955a89686fe9edf09d7f5 (patch)
tree9dfbe151145b5713a29ab35f3b24585cae066a7f /src/downloadlist.h
parent2524d65441e99cbb14037144b8af60e1d25e1179 (diff)
Added sortable "Size" column to the downlaods tab.
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index 2316dddc..e8833f0f 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -39,7 +39,8 @@ public:
enum EColumn {
COL_NAME = 0,
COL_FILETIME,
- COL_STATUS
+ COL_STATUS,
+ COL_SIZE
};
public: