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
qqmlnetworkaccessmanagerfactory.h
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
4
5
#
ifndef
QQMLNETWORKACCESSMANAGERFACTORY_H
6
#
define
QQMLNETWORKACCESSMANAGERFACTORY_H
7
8
#
include
<
QtQml
/
qtqmlglobal
.
h
>
9
#
include
<
QtCore
/
qobject
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
#
if
QT_CONFIG
(
qml_network
)
14
15
class
QNetworkAccessManager
;
16
class
Q_QML_EXPORT
QQmlNetworkAccessManagerFactory
17
{
18
public
:
19
virtual
~
QQmlNetworkAccessManagerFactory
();
20
virtual
QNetworkAccessManager
*
create
(
QObject
*
parent
) = 0;
21
22
};
23
24
#
endif
// qml_network
25
26
QT_END_NAMESPACE
27
28
#
endif
// QQMLNETWORKACCESSMANAGERFACTORY_H
QSqlRelationalDelegate
\inmodule QtSql
qtdeclarative
src
qml
qml
qqmlnetworkaccessmanagerfactory.h
Generated on
for Qt by
1.16.1