mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
Ref T529, use order for background validation
This commit is contained in:
committed by
Mat Sutcliffe
parent
7cd1eb5ea5
commit
286b03602f
@@ -131,6 +131,7 @@ namespace BlackMisc
|
|||||||
const qint64 now = QDateTime::currentMSecsSinceEpoch();
|
const qint64 now = QDateTime::currentMSecsSinceEpoch();
|
||||||
const qint64 deltaTimeMs = now - started;
|
const qint64 deltaTimeMs = now - started;
|
||||||
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityInfo, QStringLiteral("Validated in %1ms").arg(deltaTimeMs)));
|
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityInfo, QStringLiteral("Validated in %1ms").arg(deltaTimeMs)));
|
||||||
|
msgs.freezeOrder();
|
||||||
|
|
||||||
validated = true;
|
validated = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user