summaryrefslogtreecommitdiff
path: root/src/downloadlist.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-08-31 17:11:17 +0200
committerTannin <devnull@localhost>2013-08-31 17:11:17 +0200
commit49e1dd23b699b499d9b715ef74cb7ca5b0189584 (patch)
tree2ab470822b369a38c8d2dad1d52f584107e14137 /src/downloadlist.h
parent9c31cfa915f71adee8579aa97c12b64903ec9446 (diff)
- mod list can now be sorted by install time
- the sorting of download archives wasn't actually by index instead of file time - bugfix: some of the plugins crashed if they failed to create a mod
Diffstat (limited to 'src/downloadlist.h')
-rw-r--r--src/downloadlist.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h
index 1ae97cd0..ba0c287d 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -36,6 +36,14 @@ class DownloadList : public QAbstractTableModel
public:
+ enum EColumn {
+ COL_NAME = 0,
+ COL_FILETIME,
+ COL_STATUS
+ };
+
+public:
+
/**
* @brief constructor
*