summaryrefslogtreecommitdiffstats
path: root/src/core/location_provider_qt.h
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-03-12 14:19:21 +0100
committerPierre Rossi <pierre.rossi@theqtcompany.com>2015-03-18 16:05:29 +0000
commitc2ea7b1babdb7748e08a1f2442f13abac357d194 (patch)
treebec21b22921b89e51ce1c5db11ae190d422de0b0 /src/core/location_provider_qt.h
parenta8935efa82457dd8a137224371284776d7024f32 (diff)
Fix geolocation (and slight cleanup)
Cleanup is mostly to avoid tripping on an assert when calling GeolocationProvider::GetInstance() from outside the UI thread. Change-Id: Id9c964c1cf952a7c867e5154dd2c05e17733a842 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/location_provider_qt.h')
-rw-r--r--src/core/location_provider_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/location_provider_qt.h b/src/core/location_provider_qt.h
index 15b2e0520..66060479d 100644
--- a/src/core/location_provider_qt.h
+++ b/src/core/location_provider_qt.h
@@ -67,7 +67,6 @@ public:
private:
friend class QtPositioningHelper;
- static base::MessageLoop *messageLoop();
void updatePosition(const content::Geoposition &);
content::Geoposition m_lastKnownPosition;