Ref T292, Ref T285 function to set file timestamp

This commit is contained in:
Klaus Basan
2018-07-26 02:13:53 +02:00
parent 77f10938d9
commit 338c5b344a
4 changed files with 36 additions and 10 deletions

View File

@@ -143,6 +143,9 @@ namespace BlackMisc
//! Compare for index
int comparePropertyByIndex(const CPropertyIndex &index, const ITimestampBased &compareValue) const;
//! Update missing parts
void updateMissingParts(const ITimestampBased &other);
qint64 m_timestampMSecsSinceEpoch = -1; //!< timestamp value
};