summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider_p.h
diff options
context:
space:
mode:
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 bbce84e7..cd7dbf73 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.
@@ -66,8 +66,6 @@ class QGeoRoutingManager;
class QGeoMappingManager;
class QGeoServiceProviderFactory;
-class QGeoServiceProviderFactoryV2;
-class QGeoServiceProviderFactoryV3;
class QQmlEngine;
class QGeoServiceProviderPrivate
@@ -89,8 +87,6 @@ public:
Flags features(const char *enumName) const;
QGeoServiceProviderFactory *factory;
- QGeoServiceProviderFactoryV2 *factoryV2 = nullptr;
- QGeoServiceProviderFactoryV3 *factoryV3 = nullptr;
QJsonObject metaData;
QVariantMap parameterMap;