|
|
|
@ -370,10 +370,6 @@ void LogReplayLink::_readNextLogEntry(void)
@@ -370,10 +370,6 @@ void LogReplayLink::_readNextLogEntry(void)
|
|
|
|
|
|
|
|
|
|
emit currentLogTimeSecs((_logCurrentTimeUSecs - _logStartTimeUSecs) / 1000000); |
|
|
|
|
|
|
|
|
|
if (timeToNextExecutionMSecs == 0 || timeToNextExecutionMSecs > 100) { |
|
|
|
|
qDebug() << timeToNextExecutionMSecs << _logCurrentTimeUSecs; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// And schedule the next execution of this function.
|
|
|
|
|
_readTickTimer.start(timeToNextExecutionMSecs); |
|
|
|
|
} |
|
|
|
|