summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/qwlclientbufferintegrationplugin.cpp
blob: 8c3ad8e4f9540594b240f938a34b3ddd09e4a5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "qwlclientbufferintegrationplugin_p.h"

QT_BEGIN_NAMESPACE

namespace QtWayland {

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

ClientBufferIntegrationPlugin::~ClientBufferIntegrationPlugin()
{
}

}

QT_END_NAMESPACE

#include "moc_qwlclientbufferintegrationplugin_p.cpp"