mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #336 Using the new CLogMessage syntax to log messages.
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 { this->getMessageCategory(), CStatusMessage::SeverityInfo, m };
|
||||
return { this, CStatusMessage::SeverityInfo, m };
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user