Commit 609007c4 authored by Don Gagne's avatar Don Gagne

Timer must be stopped on correct thread

parent dca59af3
......@@ -140,6 +140,8 @@ void LogReplayLink::run(void)
// Run normal event loop until exit
exec();
_readTickTimer.stop();
}
void LogReplayLink::_replayError(const QString& errorMsg)
......
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