Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
609007c4
Commit
609007c4
authored
Oct 10, 2015
by
Don Gagne
Browse files
Timer must be stopped on correct thread
parent
dca59af3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/LogReplayLink.cc
View file @
609007c4
...
...
@@ -140,6 +140,8 @@ void LogReplayLink::run(void)
// Run normal event loop until exit
exec
();
_readTickTimer
.
stop
();
}
void
LogReplayLink
::
_replayError
(
const
QString
&
errorMsg
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment