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

@ -30,6 +30,7 @@
Mod::Mod(const QFileInfo &file)
{
repath(file);
m_changedDateTime = file.lastModified();
}
void Mod::repath(const QFileInfo &file)