1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include "qwlhardwarelayerintegrationplugin_p.h"
5
6QT_BEGIN_NAMESPACE
7
8namespace QtWayland {
9
10HardwareLayerIntegrationPlugin::HardwareLayerIntegrationPlugin(QObject *parent) :
11 QObject(parent)
12{
13}
14
15HardwareLayerIntegrationPlugin::~HardwareLayerIntegrationPlugin()
16{
17}
18
19}
20
21QT_END_NAMESPACE
22
23#include "moc_qwlhardwarelayerintegrationplugin_p.cpp"
24

source code of qtwayland/src/compositor/hardware_integration/qwlhardwarelayerintegrationplugin.cpp