Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 14, 2020
1 parent 2fb0a31 commit 240e06c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/core/auto_generated/gps/qgsgpsconnection.sip.in
Expand Up @@ -86,17 +86,17 @@ Encapsulates information relating to a GPS position fix.

QChar fixMode;

int fixType = 0;
int fixType;

int quality = -1;
int quality;

int satellitesUsed = 0;
int satellitesUsed;

QChar status;

QList<int> satPrn;

bool satInfoComplete = false;
bool satInfoComplete;

bool isValid() const;
%Docstring
Expand Down
1 change: 1 addition & 0 deletions src/core/gps/qgsgpsconnection.h
Expand Up @@ -177,6 +177,7 @@ class CORE_EXPORT QgsGpsInformation
double hacc;
//! Vertical accuracy in meters
double vacc;
#endif

/**
* The date and time at which this position was reported, in UTC time.
Expand Down

0 comments on commit 240e06c

Please sign in to comment.