Unverified Commit 1b824944 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8554 from alexeylysenko/fix_signal_signature

Set correct parameter type for signal
parents 5ca19ecc 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment