diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 00:10:03 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 00:10:03 +0200 |
| commit | 1867c20f02d44f98154955a89686fe9edf09d7f5 (patch) | |
| tree | 9dfbe151145b5713a29ab35f3b24585cae066a7f /src/downloadlist.h | |
| parent | 2524d65441e99cbb14037144b8af60e1d25e1179 (diff) | |
Added sortable "Size" column to the downlaods tab.
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 3 |
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:
|
