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
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
11
13
15{
16 Q_OBJECT
17public:
18 QWaylandQuickShellIntegration(QObject *parent = nullptr);
19 ~QWaylandQuickShellIntegration() override;
20};
21
22QT_END_NAMESPACE
23
24#endif // QWAYLANDQUICKSHELLINTEGRATION_H
QT_REQUIRE_CONFIG(wayland_compositor_quick)