Support version format 9, fix version-related segfault, (maybe) fix forge lists.
This commit is contained in:
parent
a600286e33
commit
205570be32
6 changed files with 27 additions and 10 deletions
|
@ -10,7 +10,8 @@ struct MetaEntry
|
|||
QString path;
|
||||
QString md5sum;
|
||||
QString etag;
|
||||
qint64 last_changed_timestamp = 0;
|
||||
qint64 local_changed_timestamp = 0;
|
||||
QString remote_changed_timestamp; // QString for now, RFC 2822 encoded time
|
||||
bool stale = true;
|
||||
QString getFullPath();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue