GH-347 Add timestamp column to mod lists
It shows when the file was changed (in most cases added).
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
Mod::Mod(const QFileInfo &file)
|
||||
{
|
||||
repath(file);
|
||||
m_changedDateTime = file.lastModified();
|
||||
}
|
||||
|
||||
void Mod::repath(const QFileInfo &file)
|
||||
|
Reference in New Issue
Block a user