Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwaylandquickshellintegration.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QWAYLANDQUICKSHELLINTEGRATION_H
5#define QWAYLANDQUICKSHELLINTEGRATION_H
6
7#include <QtCore/QObject>
8#include <QtWaylandCompositor/qtwaylandcompositorglobal.h>
9
10QT_REQUIRE_CONFIG(wayland_compositor_quick);
11
13
14class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandQuickShellIntegration : public QObject
15{
17public:
18 QWaylandQuickShellIntegration(QObject *parent = nullptr);
20};
21
23
24#endif // QWAYLANDQUICKSHELLINTEGRATION_H
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.
#define QT_REQUIRE_CONFIG(feature)
#define Q_OBJECT