summaryrefslogtreecommitdiffstats
path: root/src/multimedia/compat/removed_api.cpp
blob: 567024c8e470d55aa62bdd24d8e11fa72c6eafe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2024 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_MULTIMEDIA_BUILD_REMOVED_API

#include <QtMultimedia/qtmultimediaglobal.h>

QT_USE_NAMESPACE

#if QT_MULTIMEDIA_REMOVED_SINCE(6, 7)

// #include "qotherheader.h"
// // implement removed functions from qotherheader.h
// order sections alphabetically

#endif // QT_MULTIMEDIA_REMOVED_SINCE(6, 7)