mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T252, send all loading status messages as list
This commit is contained in:
@@ -107,9 +107,7 @@ namespace BlackMisc
|
||||
}
|
||||
else
|
||||
{
|
||||
CStatusMessage status = m_loadingMessages.toSingleMessage();
|
||||
status.setSeverity(CStatusMessage::SeverityError);
|
||||
emit this->loadingFinished(status, simulator, ParsedData);
|
||||
emit this->loadingFinished(m_loadingMessages, simulator, ParsedData);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user