summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereply.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-08-25 14:27:04 +1000
committerabcd <qt_abcd1@ovi.com>2011-08-29 09:44:29 +0200
commitccabac44e735b787ee3d3f867d1e1ee0adff3f63 (patch)
tree2889f0d37b2fa68e5659d43cca03fe0bbf7aab0d /src/location/places/qplacereply.h
parent8df5d444bdcd62e5a6a236dfccd7c8507ee4d11f (diff)
downloadqtlocation-ccabac44e735b787ee3d3f867d1e1ee0adff3f63.tar.gz
Add initial jsondb plugin
Currently the plugin does not use proper location schema to store place objects. Also the plugin does some filtering in code rather than with jsondb queries because it seems the comparison operators are not working correctly. These issues are to be addressed in future commits. Currently only basic place information is stored consisting of name, address and coordinate. Change-Id: Icc59f4fe50f5ecdd61d4d9565789d813a41a749f Reviewed-on: http://codereview.qt.nokia.com/3555 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/qplacereply.h')
-rw-r--r--src/location/places/qplacereply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/places/qplacereply.h b/src/location/places/qplacereply.h
index 1796efe6..6cdc9b64 100644
--- a/src/location/places/qplacereply.h
+++ b/src/location/places/qplacereply.h
@@ -61,6 +61,7 @@ public:
ParseError,
PermissionsError,
UnsupportedError,
+ BadArgumentError,
CancelError,
UnknownError
};