mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +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
|
QString CRawFsdMessage::convertToQString(bool i18n) const
|
||||||
{
|
{
|
||||||
Q_UNUSED(i18n);
|
Q_UNUSED(i18n)
|
||||||
return QStringLiteral("%1 %2").arg(this->getFormattedUtcTimestampHmsz(), m_rawMessage);
|
return QStringLiteral("%1 %2").arg(this->getFormattedUtcTimestampHmsz(), m_rawMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -642,7 +642,7 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
static const QString format("hh:mm:ss.zzz");
|
static const QString format("hh:mm:ss.zzz");
|
||||||
const QString untilString = QDateTime::fromMSecsSinceEpoch(traceUntil).toString(format);
|
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<CSimulatorFsxCommon> myself(this);
|
const QPointer<CSimulatorFsxCommon> myself(this);
|
||||||
QTimer::singleShot(traceTimeMs * 1.2, this, [ = ]
|
QTimer::singleShot(traceTimeMs * 1.2, this, [ = ]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user