summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/ios/qiosnativeinterface.cpp
blob: c942709e334f4fbdea0eb39c4cf96d588e696fd9 (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
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include <QtGui/private/qguiapplication_p.h>

QT_BEGIN_NAMESPACE

using namespace QNativeInterface::Private;

#if defined(Q_OS_VISIONOS)

/*!
    \class QNativeInterface::QVisionOSApplication
    \since 6.8
    \internal
    \preliminary
    \brief Native interface to QGuiApplication, to be retrieved from QPlatformIntegration.
    \inmodule QtGui
    \ingroup native-interfaces
*/

QT_DEFINE_NATIVE_INTERFACE(QVisionOSApplication);

#endif // Q_OS_VISIONOS

QT_END_NAMESPACE