Ref T171, typo and formatting for interpolation logger/multi

This commit is contained in:
Klaus Basan
2017-10-13 19:48:26 +02:00
parent ecc4789855
commit c5da828679
4 changed files with 7 additions and 7 deletions

View File

@@ -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)