Make 1.6+ work with new instance format.
This commit is contained in:
parent
92abe4c603
commit
69c3e7111f
29 changed files with 951 additions and 562 deletions
|
@ -6,7 +6,7 @@
|
|||
* parse the S3 timestamp in 'raw' and fill the forwarded variables.
|
||||
* return true/false for success/failure
|
||||
*/
|
||||
void parse_timestamp (const QString &raw, QString &save_here, QDateTime &parse_here);
|
||||
bool parse_timestamp (const QString &raw, QString &save_here, QDateTime &parse_here);
|
||||
|
||||
/**
|
||||
* take the timestamp used by S3 and turn it into QDateTime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue