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
qtestaccessible.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 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
"qtestaccessible.h"
6
7
#
if
QT_CONFIG
(
accessibility
)
8
9
QT_BEGIN_NAMESPACE
10
11
auto
QTestAccessibility::eventList() -> EventList&
12
{
13
Q_CONSTINIT
static
EventList list;
14
return
list;
15
}
16
17
QTestAccessibility *&QTestAccessibility::instance()
18
{
19
Q_CONSTINIT
static
QTestAccessibility *ta =
nullptr
;
20
return
ta;
21
}
22
23
24
QT_END_NAMESPACE
25
26
#
endif
// QT_CONFIG(accessibility)
qtbase
src
testlib
qtestaccessible.cpp
Generated on
for Qt by
1.16.1