From 6786f0fc1505d5a1b9ef3341e06bc209e463304a Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sat, 10 Sep 2022 00:18:43 +0200 Subject: Merge the factory versions into one Change-Id: I24ebd31750c95163d099c6f2daad2c96f468a515 Reviewed-by: Ivan Solovev --- src/location/maps/qgeoserviceprovider_p.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/location/maps/qgeoserviceprovider_p.h') diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h index 1ebc4f5e..5e87f84a 100644 --- a/src/location/maps/qgeoserviceprovider_p.h +++ b/src/location/maps/qgeoserviceprovider_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2021 The Qt Company Ltd. +** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtLocation module of the Qt Toolkit. @@ -65,8 +65,6 @@ class QGeoRoutingManager; class QGeoMappingManager; class QGeoServiceProviderFactory; -class QGeoServiceProviderFactoryV2; -class QGeoServiceProviderFactoryV3; class QQmlEngine; class QGeoServiceProviderPrivate @@ -88,8 +86,6 @@ public: Flags features(const char *enumName) const; QGeoServiceProviderFactory *factory; - QGeoServiceProviderFactoryV2 *factoryV2 = nullptr; - QGeoServiceProviderFactoryV3 *factoryV3 = nullptr; QCborMap metaData; QVariantMap parameterMap; -- cgit v1.2.1