Commit 44b7818c authored by Don Gagne's avatar Don Gagne

parent be312fc0
......@@ -686,8 +686,3 @@ QString LogReplayLinkController::_secondsToHMS(int seconds)
return tr("%1h:%2m:%3s").arg(hoursPart, 2).arg(minutesPart, 2).arg(secondsPart, 2);
}
void LogReplayLink::_signalCurrentLogTimeSecs(void)
{
emit currentLogTimeSecs((_logCurrentTimeUSecs - _logStartTimeUSecs) / 1000000);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment