Skip to content
GitLab
Menu
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
b85ca3bd
Commit
b85ca3bd
authored
Feb 13, 2016
by
Don Gagne
Browse files
Fix compile errors
parent
12980b18
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/MissionController.cc
View file @
b85ca3bd
...
...
@@ -412,7 +412,7 @@ void MissionController::saveMissionToFile(void)
if
(
filename
.
isEmpty
())
{
return
;
}
saveMissionToFile
(
filename
);
_
saveMissionToFile
(
filename
);
#endif
}
...
...
@@ -424,7 +424,7 @@ void MissionController::saveMobileMissionToFile(const QString& filename)
return
;
}
_saveMissionToFile
(
docDirs
.
at
(
0
)
+
QDir
::
separator
()
+
missionF
ilename
);
_saveMissionToFile
(
docDirs
.
at
(
0
)
+
QDir
::
separator
()
+
f
ilename
);
}
void
MissionController
::
loadMobileMissionFromFile
(
const
QString
&
filename
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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