diff options
author | abcd <amos.choy@nokia.com> | 2011-12-08 14:43:23 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-08 10:04:05 +0100 |
commit | b9c144ea353f66f2b50e3133573f4cae416c93de (patch) | |
tree | 593393ce216b51653dc4020034d8088ce21149c3 /src/location/places/qplacereply.h | |
parent | ed8bc2b41e7e4aebcdc73c89f5f3fdc5900d0ad6 (diff) | |
download | qtlocation-b9c144ea353f66f2b50e3133573f4cae416c93de.tar.gz |
Unnecessary enum
Change-Id: Ie2f884bf6658287c8ec53fd3a0f441d5586500f1
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/places/qplacereply.h')
-rw-r--r-- | src/location/places/qplacereply.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/places/qplacereply.h b/src/location/places/qplacereply.h index ce5fa78e..9436db6e 100644 --- a/src/location/places/qplacereply.h +++ b/src/location/places/qplacereply.h @@ -59,7 +59,6 @@ class Q_LOCATION_EXPORT QPlaceReply : public QObject public: enum Error { NoError, - DoesNotExistError, PlaceDoesNotExistError, CategoryDoesNotExistError, CommunicationError, |