mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T171, typo and formatting for interpolation logger/multi
This commit is contained in:
@@ -240,8 +240,8 @@ namespace BlackMisc
|
||||
void CInterpolationLogger::clearLog()
|
||||
{
|
||||
QWriteLocker l(&m_lockLogs);
|
||||
this->m_partsLogs.clear();
|
||||
this->m_situationLogs.clear();
|
||||
m_partsLogs.clear();
|
||||
m_situationLogs.clear();
|
||||
}
|
||||
|
||||
QString CInterpolationLogger::msSinceEpochToTime(qint64 ms)
|
||||
|
||||
Reference in New Issue
Block a user