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) 2021 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// Qt-Security score:significant reason:default
4
5#include <QtWaylandClient/private/qwaylandshellintegrationplugin_p.h>
7
9
10namespace QtWaylandClient {
11
13{
14 Q_OBJECT
15 Q_PLUGIN_METADATA(IID QWaylandShellIntegrationFactoryInterface_iid FILE "qt-shell.json")
16
17public:
19};
20
21QWaylandShellIntegration *QWaylandQtShellIntegrationPlugin::create(const QString &key, const QStringList &paramList)
22{
23 Q_UNUSED(key);
24 Q_UNUSED(paramList);
25 return new QWaylandQtShellIntegration();
26}
27
28}
29
30QT_END_NAMESPACE
31
32#include "main.moc"
Combined button and popup list for selecting options.