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
ceab6afc
Commit
ceab6afc
authored
Sep 28, 2016
by
Don Gagne
Browse files
Use GridLayout for better layout
parent
fc035b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/RallyPoint.cc
View file @
ceab6afc
...
...
@@ -64,7 +64,7 @@ RallyPoint::~RallyPoint()
void
RallyPoint
::
_factSetup
(
void
)
{
if
(
_metaDataMap
.
isEmpty
())
{
_metaDataMap
=
FactMetaData
::
createMapFromJsonFile
(
QStringLiteral
(
":/json/RallyPoint.json"
),
NULL
/* metaDataParent */
);
_metaDataMap
=
FactMetaData
::
createMapFromJsonFile
(
QStringLiteral
(
":/json/RallyPoint.
FactMetaData.
json"
),
NULL
/* metaDataParent */
);
}
_longitudeFact
.
setMetaData
(
_metaDataMap
[
_longitudeFactName
]);
...
...
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