summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoserviceprovider.h
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2011-12-06 19:31:42 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-12 05:38:04 +0100
commita57de36ca7582bbf326950376d6f74ae2fa82112 (patch)
treeacae3e75f3334cdfd57ea65280197ffa1cfe5395 /src/location/maps/qgeoserviceprovider.h
parent0091439d07ad3fca5a7f3d90f2b6fe1b539198b0 (diff)
Add ConnectionError error code to QGeoServiceProvider
Change-Id: I60f3c91adc87d473e899cda56b84d6667086e206 Reviewed-by: Alex <alex.blasche@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.h')
-rw-r--r--src/location/maps/qgeoserviceprovider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/maps/qgeoserviceprovider.h b/src/location/maps/qgeoserviceprovider.h
index 73e3ba5b..7c7c59fb 100644
--- a/src/location/maps/qgeoserviceprovider.h
+++ b/src/location/maps/qgeoserviceprovider.h
@@ -72,7 +72,8 @@ public:
NoError,
NotSupportedError,
UnknownParameterError,
- MissingRequiredParameterError
+ MissingRequiredParameterError,
+ ConnectionError
};
static QStringList availableServiceProviders();