summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoserviceproviderfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoserviceproviderfactory.cpp')
-rw-r--r--src/location/maps/qgeoserviceproviderfactory.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/location/maps/qgeoserviceproviderfactory.cpp b/src/location/maps/qgeoserviceproviderfactory.cpp
index 62007bf1..d58773bd 100644
--- a/src/location/maps/qgeoserviceproviderfactory.cpp
+++ b/src/location/maps/qgeoserviceproviderfactory.cpp
@@ -51,6 +51,11 @@ QT_BEGIN_NAMESPACE
\brief The QGeoServiceProviderFactory class is a factory class used as the
plugin interface for services related to geographical information.
+ \note There are no source or binary compatibility guarantees for the
+ backend classes. The API is only guaranteed to work with the Qt version it
+ was developed against. API changes will however only be made in minor
+ releases. (6.6, 6.7, and so on.)
+
Implementers must provide a unique combination of providerName() and
providerVersion() per plugin.