mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T529, use no sort order as workaround for validation messages
This will be superseded later by `IOrderable`
This commit is contained in:
committed by
Mat Sutcliffe
parent
e1fccf17d8
commit
f363d4f41b
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user