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
2b00efc9
Commit
2b00efc9
authored
Apr 13, 2015
by
Don Gagne
Browse files
Fix progress bar complete
parent
1d1c0757
Changes
1
Show whitespace changes
Inline
Side-by-side
src/uas/UASParameterCommsMgr.cc
View file @
2b00efc9
...
...
@@ -394,6 +394,7 @@ void UASParameterCommsMgr::updateSilenceTimer()
else
{
//all parameters have been received, broadcast to UI
qCDebug
(
UASParameterCommsMgrLog
)
<<
"emitting parameterListUpToDate"
;
emit
parameterListProgress
(
0.0
f
);
emit
parameterListUpToDate
();
resetAfterListReceive
();
emit
_stopSilenceTimer
();
// Stop timer on our thread;
...
...
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