Change mtime and ctime to qint64
This commit is contained in:
@@ -49,7 +49,7 @@ struct Subdirectory {
|
||||
|
||||
int directory_id;
|
||||
QString path;
|
||||
uint mtime;
|
||||
qint64 mtime;
|
||||
};
|
||||
Q_DECLARE_METATYPE(Subdirectory)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user