1 | // Copyright (C) 2023 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #ifndef GRAPHSGLOBAL_H |
5 | #define GRAPHSGLOBAL_H |
6 | |
7 | #include <QtCore/QtGlobal> |
8 | #include <QtGraphs/qtgraphsexports.h> |
9 | |
10 | #endif |
11 |