mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
applyLocations should be a void function
Another issue pointed out by Lubomir. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ebdcc7fd54
commit
5756ce281f
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ class GpsLocation : QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
GpsLocation(void (*showMsgCB)(const char *msg), QObject *parent);
|
||||
bool applyLocations();
|
||||
void applyLocations();
|
||||
int getGpsNum() const;
|
||||
QString getUserid(QString user, QString passwd);
|
||||
bool hasLocationsSource();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue