summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor-extensions/xdgshell/qwaylandcompositorxdgshell.cpp
blob: 15c96c7184c11a7dc02b8519218dd36587cf0dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "qwaylandcompositorxdgshell_p.h"

QT_BEGIN_NAMESPACE
/*!
    \qmlmodule QtWayland.Compositor.XdgShell
    \title Qt Wayland XdgShell Extension
    \ingroup qmlmodules
    \brief Provides a Qt API for the XdgShell shell extension.

    \section2 Summary
    XdgShell is a shell extension providing window system features typical to
    desktop systems.

    XdgShell corresponds to the Wayland interface, \c xdg_shell.

    \section2 Usage
    To use this module, import it like this:
    \qml
    import QtWayland.Compositor.XdgShell
    \endqml
*/
QT_END_NAMESPACE

#include "moc_qwaylandcompositorxdgshell_p.cpp"