Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qabstractprotocolhandler.cpp
Go to the documentation of this file.
1// Copyright (C) 2014 BlackBerry Limited. All rights reserved.
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 <private/qabstractprotocolhandler_p.h>
5#include <private/qhttpnetworkconnectionchannel_p.h>
6
8
10 : m_channel(channel), m_reply(nullptr), m_socket(m_channel->socket), m_connection(m_channel->connection)
11{
15}
16
18{
19}
20
22{
23 m_reply = reply;
24}
25
IOBluetoothL2CAPChannel * channel
QAbstractProtocolHandler(QHttpNetworkConnectionChannel *channel)
QHttpNetworkConnectionChannel * m_channel
QHttpNetworkConnection * m_connection
void setReply(QHttpNetworkReply *reply)
Combined button and popup list for selecting options.
DBusConnection * connection
#define Q_ASSERT(cond)
Definition qrandom.cpp:47
QObject::connect nullptr
QTcpSocket * socket
[1]
QNetworkReply * reply