summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoserviceprovider.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-03-20 12:07:18 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-21 04:15:38 +0100
commitf61d04a1fdf979a0f7760df295500155f083656a (patch)
treeeb668be145df1eeed356561bc567a989accf7db5 /src/location/maps/qgeoserviceprovider.h
parent6441a64bc8ffed0a0df6af31f6116ccfbfe1fb59 (diff)
Declare operators for plugin feature flags.
Change-Id: Iec890729fe813111763523574324e00a2e8845e5 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.h')
-rw-r--r--src/location/maps/qgeoserviceprovider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/location/maps/qgeoserviceprovider.h b/src/location/maps/qgeoserviceprovider.h
index 6d5a0281..f5ba723b 100644
--- a/src/location/maps/qgeoserviceprovider.h
+++ b/src/location/maps/qgeoserviceprovider.h
@@ -163,6 +163,11 @@ private:
QGeoServiceProviderPrivate* d_ptr;
};
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoServiceProvider::RoutingFeatures)
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoServiceProvider::GeocodingFeatures)
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoServiceProvider::MappingFeatures)
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoServiceProvider::PlacesFeatures)
+
QT_END_NAMESPACE
QT_END_HEADER