mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Location service: move into subsurface-core
While this is primarily something targeted at a mobile device, with many of the 2 in 1 devices it is possible that the user might be running the desktop version of Subsurface on a mobile device. As a first step to make it possible to collect GPS fixes on such a device we need to make the infrastructure to do so available in the desktop application as well. This still needs to be hooked up in the desktop UI. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0b804e5b21
commit
456cc3955a
6 changed files with 5 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
#include "qt-mobile/gpslocation.h"
|
||||
#include "gpslocation.h"
|
||||
|
||||
void qmlUiShowMessage(const char *errorString);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue