summaryrefslogtreecommitdiffstats
path: root/src/core/location_provider_qt.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-06-18 11:20:03 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-06-18 13:53:01 +0000
commit13215272d29fcd99d79b590cb03bb0e0487f5838 (patch)
tree56ed1ef0e087130c109b00487d1b70fdddfafb4f /src/core/location_provider_qt.h
parent15c733d64cfa491868a3730b8dc59230157da17c (diff)
Fix webengine geolocation feature
Use feature check in the configuration and in the implementation files. Make feature public, so developers can check if webengine was complied with or without geolocation. Change-Id: If679b5c366074c2f48fad5ba189870571567fe81 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/location_provider_qt.h')
-rw-r--r--src/core/location_provider_qt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/location_provider_qt.h b/src/core/location_provider_qt.h
index 5c59b07ed..cbf60100b 100644
--- a/src/core/location_provider_qt.h
+++ b/src/core/location_provider_qt.h
@@ -76,8 +76,6 @@ private:
LocationProviderUpdateCallback m_callback;
QtPositioningHelper *m_positioningHelper;
};
-//#define QT_USE_POSITIONING 1
-
} // namespace QtWebEngineCore
#endif // LOCATION_PROVIDER_QT_H