blob: 8d1c8a19209c73f2aba605f2b2a84f7ab370e0f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#define QT_GUI_BUILD_REMOVED_API
#include "qtguiglobal.h"
QT_USE_NAMESPACE
#if QT_GUI_REMOVED_SINCE(6, 6)
#include "qpixmapcache.h" // inlined API
// #include "qotherheader.h"
// // implement removed functions from qotherheader.h
// order sections alphabetically
#endif // QT_GUI_REMOVED_SINCE(6, 6)
#if QT_GUI_REMOVED_SINCE(6, 7)
// #include "qotherheader.h"
// // implement removed functions from qotherheader.h
// order sections alphabetically
#endif // QT_GUI_REMOVED_SINCE(6, 7)
|