Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
03bfe592
Commit
03bfe592
authored
4 years ago
by
Alexey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set correct parameter type for signal
parent
5ca19ecc
master
dev1
merge_branch_alt
original
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
VisualMissionItem.h
src/MissionManager/VisualMissionItem.h
+1
-1
No files found.
src/MissionManager/VisualMissionItem.h
View file @
03bfe592
...
...
@@ -194,7 +194,7 @@ signals:
void
altDifferenceChanged
(
double
altDifference
);
void
altPercentChanged
(
double
altPercent
);
void
terrainPercentChanged
(
double
terrainPercent
);
void
terrainCollisionChanged
(
double
terrainCollision
);
void
terrainCollisionChanged
(
bool
terrainCollision
);
void
azimuthChanged
(
double
azimuth
);
void
commandDescriptionChanged
(
void
);
void
commandNameChanged
(
void
);
...
...
This diff is collapsed.
Click to expand it.
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