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_data_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: Unicode-3.0
3
4#ifndef QTIMEZONELOCALE_DATA_P_H
5#define QTIMEZONELOCALE_DATA_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
18// Only qtimezonelocale.cpp should #include this (after other things it needs),
19// and even that only when feature icu is disabled.
20#include "qtimezonelocale_p.h"
21
22QT_REQUIRE_CONFIG(timezone_locale);
23#if QT_CONFIG(icu)
24# error "This file should only be needed (or seen) when ICU is not in use"
25#endif
26
28
30
31// GENERATED PART STARTS HERE
32
33// GENERATED PART ENDS HERE
34
35} // QtTimeZoneLocale
36
38
39#endif // QTIMEZONELOCALE_DATA_P_H
Combined button and popup list for selecting options.
#define QT_REQUIRE_CONFIG(feature)