Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
removed_api.cpp
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// Qt-Security score:significant reason:default
4
5#define QT_OPENGL_BUILD_REMOVED_API
6
8
9QT_USE_NAMESPACE
10
11
12#if QT_OPENGL_REMOVED_SINCE(6, 8)
13
14#include "qopenglfunctions_4_5_compatibility.h" // inline API
15#include "qopenglfunctions_4_5_core.h" // inline API
16
17// #include <qotherheader.h>
18// // implement removed functions from qotherheader.h
19// order sections alphabetically to reduce chances of merge conflicts
20
21#endif // QT_OPENGL_REMOVED_SINCE(6, 8)
22
23#if QT_OPENGL_REMOVED_SINCE(6, 9)
24
25// #include "qotherheader.h"
26// // implement removed functions from qotherheader.h
27// order sections alphabetically to reduce chances of merge conflicts
28
29#endif // QT_OPENGL_REMOVED_SINCE(6, 9)