summaryrefslogtreecommitdiffstats
path: root/qt-mobile/gpslocation.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-18 14:44:07 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-18 14:44:07 -0800
commitd9ded26b86e9df8a87f92a5d7ad21f7fbce6edb6 (patch)
tree38780c771e99b4cc70a0875808eb78a682918884 /qt-mobile/gpslocation.h
parent4cf20c34489a9f3a53cece13ec07cba44aa44487 (diff)
downloadsubsurface-d9ded26b86e9df8a87f92a5d7ad21f7fbce6edb6.tar.gz
Location service: set user agent string
This allows the backend to know which version of Subsurface is contacting it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/gpslocation.h')
-rw-r--r--qt-mobile/gpslocation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/gpslocation.h b/qt-mobile/gpslocation.h
index d00fbae6a..82cab8082 100644
--- a/qt-mobile/gpslocation.h
+++ b/qt-mobile/gpslocation.h
@@ -24,6 +24,7 @@ private:
void status(QString msg);
QSettings *geoSettings;
QNetworkReply *reply;
+ QString userAgent;
signals: