Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeoerror_messages.h
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QGEOERROR_MESSAGES_H
5#define QGEOERROR_MESSAGES_H
6
7#include <qglobal.h>
8
10
11extern const char NOKIA_PLUGIN_CONTEXT_NAME[];
12extern const char MISSED_CREDENTIALS[];
13extern const char SAVING_PLACE_NOT_SUPPORTED[];
14extern const char REMOVING_PLACE_NOT_SUPPORTED[];
15extern const char SAVING_CATEGORY_NOT_SUPPORTED[];
16extern const char REMOVING_CATEGORY_NOT_SUPPORTED[];
17extern const char PARSE_ERROR[];
18extern const char NETWORK_ERROR[];
19extern const char CANCEL_ERROR[];
20extern const char RESPONSE_NOT_RECOGNIZABLE[];
21
23
24#endif // QGEOERROR_MESSAGES_H
Combined button and popup list for selecting options.
const char RESPONSE_NOT_RECOGNIZABLE[]
const char REMOVING_PLACE_NOT_SUPPORTED[]
QT_BEGIN_NAMESPACE const char NOKIA_PLUGIN_CONTEXT_NAME[]
const char MISSED_CREDENTIALS[]
const char SAVING_PLACE_NOT_SUPPORTED[]
const char PARSE_ERROR[]
const char SAVING_CATEGORY_NOT_SUPPORTED[]
const char CANCEL_ERROR[]
const char NETWORK_ERROR[]
const char REMOVING_CATEGORY_NOT_SUPPORTED[]