Commit 03bfe592 authored by Alexey's avatar Alexey

Set correct parameter type for signal

parent 5ca19ecc
......@@ -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