Ref T529, use order for background validation

This commit is contained in:
Klaus Basan
2019-02-04 23:11:34 +01:00
committed by Mat Sutcliffe
parent 7cd1eb5ea5
commit 286b03602f

View File

@@ -131,6 +131,7 @@ 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.freezeOrder();
validated = true;