summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/qplatformmediaplugin.cpp
blob: 7828fa08e5ecc0aa43398473e90427502506b9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2022 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

#include "qplatformmediaplugin_p.h"

QT_BEGIN_NAMESPACE

QPlatformMediaPlugin::QPlatformMediaPlugin(QObject *parent) : QObject(parent) { }

QPlatformMediaPlugin::~QPlatformMediaPlugin() = default;

QT_END_NAMESPACE

#include "moc_qplatformmediaplugin_p.cpp"