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
c271b2ca
Commit
c271b2ca
authored
Oct 05, 2019
by
Patrick José Pereira
Browse files
QGCApplication: Remove unused variable errorTitle
Signed-off-by:
Patrick José Pereira
<
patrickelectric@gmail.com
>
parent
2fc9b3fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QGCApplication.cc
View file @
c271b2ca
...
@@ -665,8 +665,6 @@ void QGCApplication::checkTelemetrySavePathOnMainThread()
...
@@ -665,8 +665,6 @@ void QGCApplication::checkTelemetrySavePathOnMainThread()
bool
QGCApplication
::
_checkTelemetrySavePath
(
bool
useMessageBox
)
bool
QGCApplication
::
_checkTelemetrySavePath
(
bool
useMessageBox
)
{
{
QString
errorTitle
=
tr
(
"Telemetry save error"
);
QString
saveDirPath
=
_toolbox
->
settingsManager
()
->
appSettings
()
->
telemetrySavePath
();
QString
saveDirPath
=
_toolbox
->
settingsManager
()
->
appSettings
()
->
telemetrySavePath
();
if
(
saveDirPath
.
isEmpty
())
{
if
(
saveDirPath
.
isEmpty
())
{
QString
error
=
tr
(
"Unable to save telemetry log. Application save directory is not set."
);
QString
error
=
tr
(
"Unable to save telemetry log. Application save directory is not set."
);
...
...
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