summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ModList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-11-17 02:55:02 +0100
committerPetr Mrázek <peterix@gmail.com>2016-11-17 02:55:02 +0100
commitb09fad9cbf1f297ba2abb852d683f9fe5cfb9b3b (patch)
treebcc221b12f9169e856bc3525c20f229b45f9bc03 /api/logic/minecraft/ModList.h
parentfd34ca5a0f4492c4b280df8aa3d9d82154b5d9bc (diff)
downloadMultiMC-b09fad9cbf1f297ba2abb852d683f9fe5cfb9b3b.tar
MultiMC-b09fad9cbf1f297ba2abb852d683f9fe5cfb9b3b.tar.gz
MultiMC-b09fad9cbf1f297ba2abb852d683f9fe5cfb9b3b.tar.lz
MultiMC-b09fad9cbf1f297ba2abb852d683f9fe5cfb9b3b.tar.xz
MultiMC-b09fad9cbf1f297ba2abb852d683f9fe5cfb9b3b.zip
GH-347 Add timestamp column to mod lists
It shows when the file was changed (in most cases added).
Diffstat (limited to 'api/logic/minecraft/ModList.h')
-rw-r--r--api/logic/minecraft/ModList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/logic/minecraft/ModList.h b/api/logic/minecraft/ModList.h
index 1b91764b..47ccd2cb 100644
--- a/api/logic/minecraft/ModList.h
+++ b/api/logic/minecraft/ModList.h
@@ -40,7 +40,9 @@ public:
{
ActiveColumn = 0,
NameColumn,
- VersionColumn
+ DateColumn,
+ VersionColumn,
+ NUM_COLUMNS
};
ModList(const QString &dir);