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
qiosnativeinterface.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include <QtGui/private/qguiapplication_p.h>
5
6QT_BEGIN_NAMESPACE
7
8using namespace QNativeInterface::Private;
9
10#if defined(Q_OS_VISIONOS)
11
12/*!
13 \class QNativeInterface::QVisionOSApplication
14 \since 6.8
15 \internal
16 \preliminary
17 \brief Native interface to QGuiApplication, to be retrieved from QPlatformIntegration.
18 \inmodule QtGui
19 \ingroup native-interfaces
20*/
21
22QT_DEFINE_NATIVE_INTERFACE(QVisionOSApplication);
23
24#endif // Q_OS_VISIONOS
25
26QT_END_NAMESPACE