GH-347 Add timestamp column to mod lists

It shows when the file was changed (in most cases added).
This commit is contained in:
Petr Mrázek
2016-11-17 02:55:02 +01:00
parent fd34ca5a0f
commit b09fad9cbf
4 changed files with 18 additions and 2 deletions

View File

@ -40,7 +40,9 @@ public:
{
ActiveColumn = 0,
NameColumn,
VersionColumn
DateColumn,
VersionColumn,
NUM_COLUMNS
};
ModList(const QString &dir);