mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #316 Added CLogMessage for logging messages, and corresponding changes to CStatusMessage and CTextMessage.
This commit is contained in:
@@ -153,7 +153,7 @@ namespace BlackMisc
|
||||
CStatusMessage CTextMessage::asStatusMessage(bool withSender, bool withRecipient, const QString separator) const
|
||||
{
|
||||
QString m = this->asString(withSender, withRecipient, separator);
|
||||
return CStatusMessage::getInfoMessage(m, CStatusMessage::TypeTrafficNetwork);
|
||||
return { this->getMessageCategory(), CStatusMessage::SeverityInfo, m };
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user