summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider_p.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-10 00:18:43 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-12 22:19:41 +0200
commit6786f0fc1505d5a1b9ef3341e06bc209e463304a (patch)
tree48ce4cb7163ece87f533700ae917f1f9ba41b5e2 /src/location/maps/qgeoserviceprovider_p.h
parent48eb0a642688f792eb285ec56082b8f3c09d6605 (diff)
downloadqtlocation-6786f0fc1505d5a1b9ef3341e06bc209e463304a.tar.gz
Merge the factory versions into one
Change-Id: I24ebd31750c95163d099c6f2daad2c96f468a515 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider_p.h')
-rw-r--r--src/location/maps/qgeoserviceprovider_p.h6
1 files changed, 1 insertions, 5 deletions
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;