1 | // Copyright (C) 2023 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 | #define QT_GUI_BUILD_REMOVED_API |
5 | |
6 | #include "qtguiglobal.h" |
7 | |
8 | QT_USE_NAMESPACE |
9 | |
10 | #if QT_GUI_REMOVED_SINCE(6, 6) |
11 | |
12 | #include "qpixmapcache.h" // inlined API |
13 | |
14 | // #include "qotherheader.h" |
15 | // // implement removed functions from qotherheader.h |
16 | // order sections alphabetically |
17 | |
18 | #endif // QT_GUI_REMOVED_SINCE(6, 6) |
19 | |
20 | #if QT_GUI_REMOVED_SINCE(6, 7) |
21 | |
22 | // #include "qotherheader.h" |
23 | // // implement removed functions from qotherheader.h |
24 | // order sections alphabetically |
25 | |
26 | #endif // QT_GUI_REMOVED_SINCE(6, 7) |
27 | |