From 13215272d29fcd99d79b590cb03bb0e0487f5838 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 18 Jun 2018 11:20:03 +0200 Subject: 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 --- src/core/location_provider_qt.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/location_provider_qt.h') 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 -- cgit v1.2.3