1 | // Copyright (C) 2018 The Qt Company Ltd. |
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | // W A R N I N G |
5 | // ------------- |
6 | // |
7 | // This file is not part of the Qt Chart API. It exists purely as an |
8 | // implementation detail. This header file may change from version to |
9 | // version without notice, or even be removed. |
10 | // |
11 | // We mean it. |
12 | |
13 | #ifndef DECLARATIVECHARTGLOBAL_H |
14 | #define DECLARATIVECHARTGLOBAL_H |
15 | |
16 | #include <QtCore/QtGlobal> |
17 | #include <qtcharts-config.h> |
18 | #include <QtChartsQml/private/qtchartsqmlexports_p.h> |
19 | |
20 | void Q_CHARTSQML_PRIVATE_EXPORT qml_register_types_QtCharts(); |
21 | |
22 | #endif // DECLARATIVECHARTGLOBAL_H |
23 | |