Ref T529, use no sort order as workaround for validation messages

This will be superseded later by `IOrderable`
This commit is contained in:
Klaus Basan
2019-02-04 16:55:08 +01:00
committed by Mat Sutcliffe
parent e1fccf17d8
commit f363d4f41b
2 changed files with 6 additions and 2 deletions

View File

@@ -131,7 +131,6 @@ namespace BlackMisc
const qint64 now = QDateTime::currentMSecsSinceEpoch();
const qint64 deltaTimeMs = now - started;
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityInfo, QStringLiteral("Validated in %1ms").arg(deltaTimeMs)));
msgs.setNewTimestampStartingLast(now, -1);
validated = true;