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) 2017 ITAGE Corporation, author: <yusuke.binsaki@itage.co.jp>
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 "ivi-shell.json")
16
17public:
19};
20
21QWaylandShellIntegration *QWaylandIviShellIntegrationPlugin::create(const QString &key, const QStringList &paramList)
22{
23 Q_UNUSED(key);
24 Q_UNUSED(paramList);
25 return new QWaylandIviShellIntegration();
26}
27
28}
29
30QT_END_NAMESPACE
31
32#include "main.moc"
Combined button and popup list for selecting options.