This commit is contained in:
Klaus Basan
2019-11-10 17:44:59 +01:00
committed by Mat Sutcliffe
parent 99a02c9b04
commit 123387f1a7
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}