Qt 6.x
The Qt SDK
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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
6#include <QtWaylandClient/private/qwaylandshellintegrationplugin_p.h>
7
9
10namespace QtWaylandClient {
11
13{
16
17public:
18 QWaylandShellIntegration *create(const QString &key, const QStringList &paramList) override;
19};
20
22{
24 Q_UNUSED(paramList);
25 return new QWaylandXdgShellIntegration();
26}
27
28}
29
31
32#include "main.moc"
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
QWaylandShellIntegration * create(const QString &key, const QStringList &paramList) override
Definition main.cpp:21
Combined button and popup list for selecting options.
GLuint64 key
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
#define Q_UNUSED(x)
#define QWaylandShellIntegrationFactoryInterface_iid
view create()