![]() |
Qt 6.x
The Qt SDK
|
#include "qgeoerror_messages.h"
Go to the source code of this file.
Variables | |
QT_BEGIN_NAMESPACE const char | NOKIA_PLUGIN_CONTEXT_NAME [] = "QtLocationQML" |
const char | MISSED_CREDENTIALS [] = QT_TRANSLATE_NOOP("QtLocationQML", "Qt Location requires app_id and token parameters.\nPlease register at https://developer.here.com/ to get your personal application credentials.") |
const char | SAVING_PLACE_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving places is not supported.") |
const char | REMOVING_PLACE_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing places is not supported.") |
const char | SAVING_CATEGORY_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving categories is not supported.") |
const char | REMOVING_CATEGORY_NOT_SUPPORTED [] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing categories is not supported.") |
const char | PARSE_ERROR [] = QT_TRANSLATE_NOOP("QtLocationQML", "Error parsing response.") |
const char | NETWORK_ERROR [] = QT_TRANSLATE_NOOP("QtLocationQML", "Network error.") |
const char | CANCEL_ERROR [] = QT_TRANSLATE_NOOP("QtLocationQML", "Request was canceled.") |
const char | RESPONSE_NOT_RECOGNIZABLE [] = QT_TRANSLATE_NOOP("QtLocationQML", "The response from the service was not in a recognizable format.") |
const char CANCEL_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Request was canceled.") |
Definition at line 16 of file qgeoerror_messages.cpp.
const char MISSED_CREDENTIALS[] = QT_TRANSLATE_NOOP("QtLocationQML", "Qt Location requires app_id and token parameters.\nPlease register at https://developer.here.com/ to get your personal application credentials.") |
Definition at line 9 of file qgeoerror_messages.cpp.
Referenced by QT_BEGIN_NAMESPACE::checkUsageTerms().
const char NETWORK_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Network error.") |
Definition at line 15 of file qgeoerror_messages.cpp.
QT_BEGIN_NAMESPACE const char NOKIA_PLUGIN_CONTEXT_NAME[] = "QtLocationQML" |
Definition at line 8 of file qgeoerror_messages.cpp.
Referenced by QT_BEGIN_NAMESPACE::checkUsageTerms().
const char PARSE_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Error parsing response.") |
Definition at line 14 of file qgeoerror_messages.cpp.
const char REMOVING_CATEGORY_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing categories is not supported.") |
Definition at line 13 of file qgeoerror_messages.cpp.
const char REMOVING_PLACE_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Removing places is not supported.") |
Definition at line 11 of file qgeoerror_messages.cpp.
const char RESPONSE_NOT_RECOGNIZABLE[] = QT_TRANSLATE_NOOP("QtLocationQML", "The response from the service was not in a recognizable format.") |
Definition at line 17 of file qgeoerror_messages.cpp.
const char SAVING_CATEGORY_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving categories is not supported.") |
Definition at line 12 of file qgeoerror_messages.cpp.
const char SAVING_PLACE_NOT_SUPPORTED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Saving places is not supported.") |
Definition at line 10 of file qgeoerror_messages.cpp.