| 1 | // Copyright (C) 2020 The Qt Company Ltd. | 
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | 
| 3 |  | 
| 4 | #include "qwaylandcompositoriviapplicationforeign_p.h" | 
| 5 |  | 
| 6 | QT_BEGIN_NAMESPACE | 
| 7 |  | 
| 8 | /*! | 
| 9 |     \qmlmodule QtWayland.Compositor.IviApplication | 
| 10 |     \title Qt Wayland IviApplication Extension | 
| 11 |     \ingroup qmlmodules | 
| 12 |     \brief Provides a Qt API for the IviApplication shell extension. | 
| 13 |  | 
| 14 |     \section2 Summary | 
| 15 |     IviApplication is a shell extension suitable for lightweight compositors, | 
| 16 |     for example in In-Vehicle Infotainment (IVI) systems. | 
| 17 |  | 
| 18 |     IviApplication corresponds to the Wayland \c ivi_application interface. | 
| 19 |  | 
| 20 |     \section2 Usage | 
| 21 |     To use this module, import it like this: | 
| 22 |     \qml | 
| 23 |     import QtWayland.Compositor.IviApplication | 
| 24 |     \endqml | 
| 25 | */ | 
| 26 |  | 
| 27 | QT_END_NAMESPACE | 
| 28 |  | 
| 29 | #include "moc_qwaylandcompositoriviapplicationforeign_p.cpp" | 
| 30 |  |