1 | // Copyright (C) 2017 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 QTQUICKCONTROLS2GLOBAL_H |
5 | #define QTQUICKCONTROLS2GLOBAL_H |
6 | |
7 | #include <QtCore/qglobal.h> |
8 | #include <QtQuickControls2/qtquickcontrols2exports.h> |
9 | |
10 | QT_BEGIN_NAMESPACE |
11 | |
12 | Q_QUICKCONTROLS2_EXPORT void qml_register_types_QtQuick_Controls(); |
13 | |
14 | QT_END_NAMESPACE |
15 | |
16 | #endif // QTQUICKCONTROLS2GLOBAL_H |
17 |