summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/qwlserverbufferintegrationplugin.cpp
blob: 1e687d17a92e6002a9b755ff2790da22bd7b9e0d (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
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "qwlserverbufferintegrationplugin_p.h"

QT_BEGIN_NAMESPACE

namespace QtWayland {

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

ServerBufferIntegrationPlugin::~ServerBufferIntegrationPlugin()
{
}

}

QT_END_NAMESPACE

#include "moc_qwlserverbufferintegrationplugin_p.cpp"