From 123387f1a776c7f9c5dba3bc4b14908b1f43d7aa Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sun, 10 Nov 2019 17:44:59 +0100 Subject: [PATCH] Style --- src/blackmisc/network/rawfsdmessage.cpp | 2 +- src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blackmisc/network/rawfsdmessage.cpp b/src/blackmisc/network/rawfsdmessage.cpp index 1173b68d0..e40362f4d 100644 --- a/src/blackmisc/network/rawfsdmessage.cpp +++ b/src/blackmisc/network/rawfsdmessage.cpp @@ -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); } diff --git a/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp b/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp index 34f485140..80687291e 100644 --- a/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp +++ b/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp @@ -642,7 +642,7 @@ namespace BlackSimPlugin static const QString format("hh:mm:ss.zzz"); const QString untilString = QDateTime::fromMSecsSinceEpoch(traceUntil).toString(format); - CLogMessage(this).info(u"Triggered auto trace until %1") << untilString; + CLogMessage(this).info(u"Triggered FSX/P3D auto trace until %1") << untilString; const QPointer myself(this); QTimer::singleShot(traceTimeMs * 1.2, this, [ = ] {