feat: add files time

This commit is contained in:
semenov
2026-03-10 09:36:49 +03:00
parent 715d29a1ec
commit 1d76e9785b
13 changed files with 29791 additions and 29716 deletions

View File

@@ -8,6 +8,7 @@ struct FileData
{
QString path;
QString hash;
QString lastUpdate;
bool operator==(const FileData& other)const
{