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// Copyright (C) 2017 ITAGE Corporation, author: <yusuke.binsaki@itage.co.jp>
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
6
7#include <QtWaylandClient/private/qwaylandshellintegrationplugin_p.h>
8
10
11namespace QtWaylandClient {
12
14{
17
18public:
19 QWaylandShellIntegration *create(const QString &key, const QStringList &paramList) override;
20};
21
23{
25 Q_UNUSED(paramList);
26 return new QWaylandWlShellIntegration();
27}
28
29}
30
32
33#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:22
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()