diff options
Diffstat (limited to 'src/location/places')
-rw-r--r-- | src/location/places/qplacereply.cpp | 2 | ||||
-rw-r--r-- | src/location/places/qplacereply.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/location/places/qplacereply.cpp b/src/location/places/qplacereply.cpp index 4354c128..a9251a06 100644 --- a/src/location/places/qplacereply.cpp +++ b/src/location/places/qplacereply.cpp @@ -74,8 +74,6 @@ QT_USE_NAMESPACE Describes an error which occurred during an operation. \value NoError No error has occurred - \value DoesNotExistError - An entity does not exist eg an import file. \value PlaceDoesNotExistError A specified place could not be found \value CategoryDoesNotExistError 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, |