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
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#include "error_messages_p.h"
4
6
7const char CONTEXT_NAME[] = "QtLocationQML";
8
9//to-be-translated error string
10
11const char PLUGIN_PROPERTY_NOT_SET[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin property is not set.");
12const char PLUGIN_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin Error (%1): %2");
13const char PLUGIN_PROVIDER_ERROR[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin Error (%1): Could not instantiate provider");
14const char PLUGIN_NOT_VALID[] = QT_TRANSLATE_NOOP("QtLocationQML", "Plugin is not valid");
15const char CATEGORIES_NOT_INITIALIZED[] = QT_TRANSLATE_NOOP("QtLocationQML", "Unable to initialize categories");
16const char UNABLE_TO_MAKE_REQUEST[] = QT_TRANSLATE_NOOP("QtLocationQML", "Unable to create request");
17const char INDEX_OUT_OF_RANGE[] = QT_TRANSLATE_NOOP("QtLocationQML", "Index '%1' out of range");
18
QT_BEGIN_NAMESPACE const char CONTEXT_NAME[]
const char PLUGIN_NOT_VALID[]
const char PLUGIN_ERROR[]
const char PLUGIN_PROVIDER_ERROR[]
const char UNABLE_TO_MAKE_REQUEST[]
const char PLUGIN_PROPERTY_NOT_SET[]
const char CATEGORIES_NOT_INITIALIZED[]
const char INDEX_OUT_OF_RANGE[]
Combined button and popup list for selecting options.
#define QT_TRANSLATE_NOOP(scope, x)