Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include <QtWaylandCompositor/private/qwlclientbufferintegrationfactory_p.h>
5#include <QtWaylandCompositor/private/qwlclientbufferintegrationplugin_p.h>
7
9
11{
12 Q_OBJECT
13 Q_PLUGIN_METADATA(IID QtWaylandClientBufferIntegrationFactoryInterface_iid FILE "linux-dmabuf-unstable-v1.json")
14public:
16};
17
18QtWayland::ClientBufferIntegration *QWaylandDmabufClientBufferIntegrationPlugin::create(const QString& key, const QStringList& paramList)
19{
20 Q_UNUSED(paramList);
21 Q_UNUSED(key);
23}
24
25QT_END_NAMESPACE
26
27#include "main.moc"