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
qtimezonelocale_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 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 QTIMEZONELOCALE_P_H
5#define QTIMEZONELOCALE_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists for the convenience
12// of internal files. This header file may change from version to version
13// without notice, or even be removed.
14//
15// We mean it.
16//
17#include <private/qglobal_p.h>
18
19#include <QtCore/qstring.h>
20#include <QtCore/qtimezone.h>
21
22#if QT_CONFIG(icu)
23#include <unicode/ucal.h>
24#endif
25
27QT_REQUIRE_CONFIG(timezone_locale);
28
30
31namespace QtTimeZoneLocale {
32#if QT_CONFIG(icu)
33QString ucalTimeZoneDisplayName(UCalendar *ucal, QTimeZone::TimeType timeType,
34 QTimeZone::NameType nameType,
35 const QString &localeCode);
36#else
37// Define data types for QTZL_data_p.h
38
39#endif
40}
41
43
44#endif // QTIMEZONELOCALE_P_H
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
#define QT_REQUIRE_CONFIG(feature)