summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoserviceprovider.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2015-01-07 16:55:53 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-13 16:06:33 +0100
commitecf7772c46db2e5b011cdbb531bc6fd69ba8c76d (patch)
treed208eaece5c7097cca6cd4a1da33d6640ae86bd5 /src/location/maps/qgeoserviceprovider.h
parentbcdc5cc06bd73b060157936f0b6fa40194cadff8 (diff)
Adds mapping manager error handling to qml
When map is created, plugins can report errors in case of missing required parameters. Expose error message to qml. Change-Id: I014e55cd4aad5ba15ffd0a15bc1f414c21feacc8 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.h')
-rw-r--r--src/location/maps/qgeoserviceprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeoserviceprovider.h b/src/location/maps/qgeoserviceprovider.h
index 3c9b96b5..fe9fce4c 100644
--- a/src/location/maps/qgeoserviceprovider.h
+++ b/src/location/maps/qgeoserviceprovider.h
@@ -56,7 +56,7 @@ class QGeoServiceProviderPrivate;
class Q_LOCATION_EXPORT QGeoServiceProvider : public QObject
{
Q_OBJECT
-
+ Q_ENUMS(Error)
public:
enum Error {
NoError,