mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
99a02c9b04
commit
123387f1a7
@@ -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