Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
error_messages.cpp
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// Qt-Security score:significant reason:default
5
7
8const char CONTEXT_NAME[] = "QtLocationQML";
9
10//to-be-translated error string
11
12const char PLUGIN_PROPERTY_NOT_SET[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin property is not set.");
13const char PLUGIN_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin Error (%1): %2");
14const char PLUGIN_PROVIDER_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin Error (%1): Could not instantiate provider");
15const char PLUGIN_NOT_VALID[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin is not valid");
16const char CATEGORIES_NOT_INITIALIZED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Unable to initialize categories");
17const char UNABLE_TO_MAKE_REQUEST[] = QT_TRANSLATE_NOOP("QtLocationQML", "Unable to create request");
18const char INDEX_OUT_OF_RANGE[] = QT_TRANSLATE_NOOP("QtLocationQML", "Index '%1' out of range");
19
20QT_END_NAMESPACE
const char PLUGIN_NOT_VALID[]
const char INDEX_OUT_OF_RANGE[]
const char PLUGIN_ERROR[]
const char PLUGIN_PROVIDER_ERROR[]
const char CATEGORIES_NOT_INITIALIZED[]
QT_BEGIN_NAMESPACE const char CONTEXT_NAME[]
const char PLUGIN_PROPERTY_NOT_SET[]
const char UNABLE_TO_MAKE_REQUEST[]
Combined button and popup list for selecting options.