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
f9d6c736
Commit
f9d6c736
authored
Jun 03, 2016
by
dogmaphobic
Browse files
Merge remote-tracking branch 'Mavlink/master' into iosAppStore
* Mavlink/master: Fix github json download failure argument string
parents
3cef9ab2
0669604a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMAirframeComponentController.cc
View file @
f9d6c736
...
...
@@ -231,7 +231,7 @@ void APMAirframeComponentController::_githubJsonDownloadFinished(QString remoteF
void
APMAirframeComponentController
::
_githubJsonDownloadError
(
QString
errorMsg
)
{
qgcApp
()
->
showMessage
(
tr
(
"Param file github json download failed: %
1"
).
arg
(
errorMsg
));
qgcApp
()
->
showMessage
(
tr
(
"Param file github json download failed: %1"
).
arg
(
errorMsg
));
qgcApp
()
->
restoreOverrideCursor
();
}
...
...
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