refs #816, set timestamp in text message

This commit is contained in:
Klaus Basan
2016-11-22 20:05:08 +01:00
parent 927343399c
commit 224b534684
3 changed files with 29 additions and 1 deletions

View File

@@ -50,6 +50,12 @@ namespace BlackMisc
//! Has invalid timestamp
bool hasInvalidTimestamps() const;
//! Set all timestamps to now
void setCurrentUtcTime();
//! Set invalid timestamps to now
void setInvalidTimestampsToCurrentUtcTime();
//! Latest timestamp
QDateTime latestTimestamp() const;