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
787f477e
Commit
787f477e
authored
Jun 27, 2019
by
Patrick José Pereira
Browse files
UASMessageHandler: Do not translate empty string
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
953b5eac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UASMessageHandler.cc
View file @
787f477e
...
...
@@ -177,7 +177,6 @@ void UASMessageHandler::handleTextMessage(int, int compId, int severity, QString
severityText
=
tr
(
" Debug:"
);
break
;
default:
severityText
=
tr
(
""
);
break
;
}
...
...
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