mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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<CSimulatorFsxCommon> myself(this);
|
||||
QTimer::singleShot(traceTimeMs * 1.2, this, [ = ]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user