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
4#include <QtWidgets/private/qtwidgetsglobal_p.h>
5
6#ifndef QACCESSIBLEWIDGETFACTORY_H
7#define QACCESSIBLEWIDGETFACTORY_H
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists for the convenience
14// of other Qt classes. This header file may change from version to
15// version without notice, or even be removed.
16//
17// We mean it.
18//
19
20QT_BEGIN_NAMESPACE
21
22class QObject;
23class QAccessibleInterface;
24class QString;
25
26QAccessibleInterface *qAccessibleFactory(const QString &classname, QObject *object);
27
28QT_END_NAMESPACE
29
30#endif
31

source code of qtbase/src/widgets/accessible/qaccessiblewidgetfactory_p.h