From 49e1dd23b699b499d9b715ef74cb7ca5b0189584 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 31 Aug 2013 17:11:17 +0200 Subject: - 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 --- src/downloadlist.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/downloadlist.h') diff --git a/src/downloadlist.h b/src/downloadlist.h index 1ae97cd0..ba0c287d 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -34,6 +34,14 @@ class DownloadList : public QAbstractTableModel Q_OBJECT +public: + + enum EColumn { + COL_NAME = 0, + COL_FILETIME, + COL_STATUS + }; + public: /** -- cgit v1.3.1