mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
99a02c9b04
commit
123387f1a7
@@ -28,7 +28,7 @@ namespace BlackMisc
|
||||
|
||||
QString CRawFsdMessage::convertToQString(bool i18n) const
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
Q_UNUSED(i18n)
|
||||
return QStringLiteral("%1 %2").arg(this->getFormattedUtcTimestampHmsz(), m_rawMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user