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
// Qt-Security score:significant reason:default
4
5
#
include
<
QtGui
/
private
/
qguiapplication_p
.
h
>
6
7
QT_BEGIN_NAMESPACE
8
9
using
namespace
QNativeInterface::Private;
10
11
#
if
defined
(
Q_OS_VISIONOS
)
12
13
/*!
14
\class QNativeInterface::QVisionOSApplication
15
\since 6.8
16
\internal
17
\preliminary
18
\brief Native interface to QGuiApplication, to be retrieved from QPlatformIntegration.
19
\inmodule QtGui
20
\ingroup native-interfaces
21
*/
22
23
QT_DEFINE_NATIVE_INTERFACE(QVisionOSApplication);
24
25
#
endif
// Q_OS_VISIONOS
26
27
QT_END_NAMESPACE
qtbase
src
gui
platform
ios
qiosnativeinterface.cpp
Generated on
for Qt by
1.16.1