mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS- Added missing definition to h file. Something went wrong with
the merge.
This commit is contained in:
parent
da41a30273
commit
caecc0e3ff
@ -116,6 +116,7 @@ public:
|
||||
void setMaxUpdateRate(int update_rate);
|
||||
void setHomePosition(QPointF pos);
|
||||
void setOverlayOpacity(qreal value);
|
||||
bool getGPSPosition(double &latitude, double &longitude, double &altitude);
|
||||
signals:
|
||||
void defaultLocationAndZoomChanged(double lng,double lat,double zoom);
|
||||
void overlayOpacityChanged(qreal);
|
||||
|
Loading…
Reference in New Issue
Block a user