| 1 | // Copyright (C) 2023 The Qt Company Ltd. |
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | |
| 4 | #include "qwaylandcompositorwlshell_p.h" |
| 5 | |
| 6 | QT_BEGIN_NAMESPACE |
| 7 | |
| 8 | /*! |
| 9 | \qmlmodule QtWayland.Compositor.WlShell |
| 10 | \title Qt Wayland WlShell extension |
| 11 | \ingroup qmlmodules |
| 12 | \brief Provides a Qt API for the WlShell extension. |
| 13 | |
| 14 | \section2 Summary |
| 15 | WlShell is a shell extension providing window system features typical to |
| 16 | desktop systems. It is superseded by XdgShell and exists in Qt mainly |
| 17 | for backwards compatibility with older applications. |
| 18 | |
| 19 | WlShell corresponds to the Wayland interface \c wl_shell. |
| 20 | |
| 21 | \section2 Usage |
| 22 | To use this module, import it like this: |
| 23 | \qml |
| 24 | import QtWayland.Compositor.WlShell |
| 25 | \endqml |
| 26 | */ |
| 27 | |
| 28 | QT_END_NAMESPACE |
| 29 | |
| 30 | #include "moc_qwaylandcompositorwlshell_p.cpp" |
| 31 | |