1
0
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:
PT_Dreamer 2012-08-21 16:19:55 +01:00
parent da41a30273
commit caecc0e3ff

View File

@ -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);