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

#include "qwlclientbufferintegration_p.h"

QT_BEGIN_NAMESPACE

namespace QtWayland {

ClientBufferIntegration::ClientBufferIntegration()
{
}

}

QT_END_NAMESPACE