Change mtime and ctime to qint64

This commit is contained in:
Jonas Kvinge
2020-08-13 21:09:06 +02:00
parent 7aebd6ed57
commit c315e5016d
7 changed files with 19 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ struct Subdirectory {
int directory_id;
QString path;
uint mtime;
qint64 mtime;
};
Q_DECLARE_METATYPE(Subdirectory)